Skip to content

improved axis padding and visibility styles #714

@nickofthyme

Description

@nickofthyme

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions