Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with scaled date histogram values #2590

Merged
merged 1 commit into from
Jan 9, 2015

Conversation

lukasolson
Copy link
Member

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