-
Notifications
You must be signed in to change notification settings - Fork 133
Remove tick lines #330
Copy link
Copy link
Closed
Labels
:axisAxis related issueAxis related issuebugSomething isn't workingSomething isn't workingreleasedIssue released publiclyIssue released publicly
Metadata
Metadata
Assignees
Labels
:axisAxis related issueAxis related issuebugSomething isn't workingSomething isn't workingreleasedIssue released publiclyIssue released publicly
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The tick lines that are visible between the tick label and the grid adds lots of noise to the tick labels. Instead we should be relying on the grid to mark out the values across the whole chart so users can actually follow a line to the correct value.
Expected behavior
I tried removing them by setting
theme.tickLineStyle.strokeWidth = 0. While this does make them disappear, there is still a lot of extra space between the tick label and the axis line leftover from where the tick line should be.Either,
A. just get rid of the idea of tick lines
B. make sure we can fully remove theme via the theme
Version (please complete the following information):