Skip to content

Conversation

@lukasolson
Copy link
Contributor

When you create a date histogram, and then choose an interval which results in more buckets than can be displayed, we have a scaling algorithm that scales the y-values. (For example, select a date range of a month, then select an interval of minute.)

The problem this PR attempts to resolve is that, while the y-values in the chart are scaled, the corresponding tooltip values are not scaled. This PR also scales tooltip values.

Closes #2510.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Y-axis tick mark inaccuracies

2 participants