-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Lens] Allow extra metrics in the tooltip #106024
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Another request for adding extra metrics to the tooltip https://discuss.elastic.co/t/kibana-visualization/292859/2 |
@ninoslavmiskovic - This has come up as a massive blocker for us with the new Synthetics app we're building. Our desire is that every chart is built off of lens to enable click throughs, open in exploratory view, add to dashboards etc. Without this capability, we're not able to build virtually any of our UI. |
@ninoslavmiskovic has there been any progress on this on the roadmap? |
@shahzad31 we are thinking of supporting elastic charts configuration that are only supported on the emebeddable level (for example hiding the axis) so we could also support this like that for now and later think how to also support it on the editor. In 8.8 we want to think on how to accomplish the above so I hope we are going to have more news on that soonish. |
let's hope some progress can be made on this. we are also pushing internally to get this done. |
@stratoula is there any activity planned for this? |
Not in the upcoming future @shahzad31 unfortunately. With all the ES|QL stuff in the roadmap we havent found time for this. cc @ninoslavmiskovic @timductive |
@teresaalvarezsoler: Way back when we were making design explorations for the Lens annotation feature, we had pitched the idea of allowing users to to add customizable information into their annotation tooltips (including the ability to perform formula-like aggregations to show those values in the tooltip). Would these concepts be relevant here? If I'm recalling correctly, we were originally planning for a stricter approach of simply asking users for a list of fields/aggregations, but we got some feedback from Observability that a more freeform approach would be more valuable for their use case. CCing @gvnmagni, as this involves visualization tooltips. |
Thanks @MichaelMarcialis, by reading the user requests I think the key information would be new fields and aggregations while the text is a nice to have so we can simplify these mockups. |
This is a feature that is already supported in the Maps application, and it was one of the "future wish list" items from the original Lens requirements list:
This feature idea is especially relevant now that we support formulas in Lens. For example, I've just put together a sample visualization which is representing "% of target", but what if I want to show both the percent and the original value? It would be ideal if I could add the original value to the tooltip.
A related feature is adding a color dimension
The text was updated successfully, but these errors were encountered: