Skip to content

Remove tick lines #330

@cchaos

Description

@cchaos

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.

image

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):

  • Elastic Charts: 9.0.4

Metadata

Metadata

Assignees

Labels

:axisAxis related issuebugSomething isn't workingreleasedIssue released publicly

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