-
Notifications
You must be signed in to change notification settings - Fork 133
Smarter duplicate ticks finder #667
Copy link
Copy link
Closed
Labels
:axisAxis related issueAxis related issue:xyBar/Line/Area chart relatedBar/Line/Area chart relatedbugSomething isn't workingSomething isn't workingreleasedIssue released publiclyIssue released publiclyreleased on @19.8.x
Metadata
Metadata
Assignees
Labels
:axisAxis related issueAxis related issue:xyBar/Line/Area chart relatedBar/Line/Area chart relatedbugSomething isn't workingSomething isn't workingreleasedIssue released publiclyIssue released publiclyreleased on @19.8.x
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
We introduced the
showDuplicateTicksproperty to show/hide duplicated ticks on a specific axis.This works great until the user wants a set of repeated tick like in the following example:
I'm rendering a line series chart, where my x-axis has a time scale. My data spans 3 days, and I want to display ticks at midnight and at twelve o'clock.
Should the library be smart enough to detect this situation or should we leave the consumer to choose and handle that case?
This is, for example, the current situation in TSVB when choosing a time range of 3 days and an
autotime interval.The
showDuplicateTicksis off by default and the ticks are wrongly deduplicated.Kibana Cross Issues
elastic/kibana#47045
elastic/kibana#70956
Checklist
Delete any items that are not applicable to this feature request.
Kibana Cross Issueslistkibana cross issuetag is associated to the issue if any kibana cross issue is present