Is your feature request related to a problem? Please describe.
More control over axis tick padding and visibility.
Describe the solution you'd like
- hide/show axis ticks overall and independently for each axis
- hide/show axis labels independently for each axis
- hide/show axis title independently for each axis
- hide/show axis line independently for each axis
- Padding should be uniform around each element or defined by
Padding type with relative orientation
- Padding should be available independently around ticks, labels and title
interface Padding {
inner?: number;
outer?: number;
}
Describe alternatives you've considered
Currently able to set tickSize or tick visibility on the theme
Is your feature request related to a problem? Please describe.
More control over axis tick padding and visibility.
Describe the solution you'd like
Paddingtype with relative orientationDescribe alternatives you've considered
Currently able to set
tickSizeor tick visibility on the theme