-
Notifications
You must be signed in to change notification settings - Fork 133
The gridline hides the horizontal axis #1203
Copy link
Copy link
Closed
elastic/kibana
#102078Labels
:axisAxis related issueAxis related issue:stylingStyling related issueStyling related issue:xyBar/Line/Area chart relatedBar/Line/Area chart relatedbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersreleasedIssue released publiclyIssue released publicly
Metadata
Metadata
Assignees
Labels
:axisAxis related issueAxis related issue:stylingStyling related issueStyling related issue:xyBar/Line/Area chart relatedBar/Line/Area chart relatedbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersreleasedIssue released publiclyIssue released publicly
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Axis are rendered before rendering the grids.
This causes a rendering problem: the X-axis will be every time overwritten by the lowest horizontal grid line style that is always rendered on top of the axis line.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The gridlines should be rendered before rendering the axis so that the axis is more prominent and can be styled correctly.
Additional context
A similar effect is also visible on the Y-axis where the horizontal grid lines are rendered on top, creating a dashed effect on the Y-axis line
Screenshots

Additional context
A VRT should be added