-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add ability to scale the y-axis of a histogram against a logarithmic scale #614
Conversation
I merged this into the elasticsearch/master and the histograms don't show at all. I think it's because of huge changes in master. I'm very much appreciate this functionality to be available in the elasticsearch/master. Are there any showstoppers to pull this request? |
+1 |
didn't look at the commit - but really need this feature! |
+1 |
Have rebased the PR changes upto the current kibana master https://www.dropbox.com/s/a6vgknjjwg2nq59/Screenshot%202014-05-11%2015.18.53.png |
+1 |
+1 :-) |
Definitely +1! |
+1 |
It'd be nice to get it into master. |
Must-have feature, are there any cons to have this PR merged in master? |
Could you please show how it copes with fractional or negative numbers? |
+1 would really like to see this! |
Woops! Sorry about that! We recently replaced the master branch with Kibana 4. This action force closed all of the old pull requests against master. We will be reviewing these on a case-by-case basis and creating new tickets as necessary. The good news is that many long requested features can be found in Kibana 4, and we're being entirely open about our roadmap. Check out the roadmap tickets (which we're still filling in) here. If you're looking for the old Kibana 3 code you can find it here. |
When a large outliers occur within the histogram it makes the small values within the graph difficult to discern, this is especially true when one or more series contribute.
To smooth these values and provide a readable displayed histogram scaling the graph using a logarithmic function is necessary.
The provided patch applies both configuration with configurable a base and the necessary scaling functions and tick functions to render the data and axis.