-
Notifications
You must be signed in to change notification settings - Fork 133
Remove duplicated ticks on axis #445
Copy link
Copy link
Closed
elastic/kibana
#60578Labels
:axisAxis related issueAxis related issueenhancementNew feature or requestNew feature or requestkibana cross issueHas a Kibana issue counterpartHas a Kibana issue counterpartreleasedIssue released publiclyIssue released publiclyreleased on @18.1.x
Metadata
Metadata
Assignees
Labels
:axisAxis related issueAxis related issueenhancementNew feature or requestNew feature or requestkibana cross issueHas a Kibana issue counterpartHas a Kibana issue counterpartreleasedIssue released publiclyIssue released publiclyreleased on @18.1.x
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Under specific circumstances, it's happen that duplicated tick labels get rendered on the chart.
This can happen when you apply a tick formatting (for example for a time scale) that doesn't offer enough details to easily distinguish between one tick and the following like showing a 3 days interval with hourly buckets using a tick formatter that shows only the day
Describe the solution you'd like
Apply by default a filter on the ticks to remove the duplicated ones. We should keep only the first label of the duplicated set.
Describe alternatives you've considered
n/a
Additional context
n/a
Kibana Cross Issues
Checklist
Kibana Cross Issueslistkibana cross issuetag is associated to the issue if any kibana cross issue is present