-
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
[Aggbased][Heatmap] Standard deviation metric is not rendered correctly in the EC implementation #154523
Comments
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
But I am not sure how this should work on a heatmap. On vislib is like you have 2 heatmaps one with lower deviation as value and the other as the upper. Possibly with small multiples? cc @markov00 |
the vislib data implementation is exposing 2 series, one for the low bounds and one for the upper bounds, but lens only return 1 value (I'm looking at the Inspect -> table). Both aggregations are the same but the resulting table is different. |
@markov00 the data exist for the upper bounds too we just dont expose them (on agg based heatmap Can I have 2 valueAccessors on a heatmap in EC? |
@stratoula actually no, your data should be formatted as the following:
With a data transformation like the following:
|
Got it Marco! Thanx! |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
Kibana version:
When we added the heatmap EC implementation
Describe the bug:
Create a heatmap with standard deviation. Only the Lower bound is visible and not the upper
With EC
With vislib
The text was updated successfully, but these errors were encountered: