-
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
Allow histogram to be based upon on non-time values #1449
Comments
A different use case would be to use geo lat and long. If we had another axis then creating a point cloud would be a possibility. Please someone, I need this for earthquake data :-) |
Is anybody working on it? I think it might be a new panel "chart". |
Yep, should be available very soon ;-) |
Fantastic :D looking forward to it! |
that is exciting news |
Looks great - the 'aggregations' field is very exciting too! Thanks for your work on this. |
Link is here for those eager to get their hands on it: |
For instance, I record the duration for an event and would like to view a graph with the Y axis as count and the X axis as duration (which is recorded as an integer) so I can see the distribution of how long it takes the event to occur. Currently I cannot do this, as Kibana expects the X axis to be a time-based value, instead of just a value.
The text was updated successfully, but these errors were encountered: