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

Closes #1824. Strange y axis labels on low values (< 1) #1831

Merged
merged 1 commit into from
Nov 6, 2014

Conversation

stormpython
Copy link
Contributor

This closes #1824.

The issue is that we were using the height of the y-axis, which is in pixels, instead of the actual y max value to determine which tick format to use for the y axis. When the y max value of the data is 1, the scales on the y axis should now appear as 0.2, 0.4, etc.

rashidkpc added a commit that referenced this pull request Nov 6, 2014
Closes #1824. Strange y axis labels on low values (< 1)
@rashidkpc rashidkpc merged commit 9332dfe into elastic:master Nov 6, 2014
@stormpython stormpython deleted the fix_1824 branch November 6, 2014 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Y-axis labels on low result sets
2 participants