-
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
[Lens] Tooltip customization basics (hover mode & visibility) #102753
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Nice! I think this option (or set of options) would fit nicely in the Lens toolbar above the chart (adjacent to the visual, legend, and axis options).
Yeah, organization and naming of these options in the Elastic charts docs is interesting. I find it a bit confusing to have what I'd consider two separate options (tooltip visibility and crosshair type) lumped into a single setting. It took me a few seconds to understand on first use. My first instinct for a Lens implementation would be to have a "Show tooltip" boolean switch (either on or off). If turned on, subsequent controls would be shown below to select a "Crosshair type" (with options to select vertical, horizontal, both, or none). |
similar request here - https://discuss.elastic.co/t/kibana-lens/277807 - "show focused values" (instead of all values) from TSVB. likely need a separate issue to track showing only focused value. good one to review for any tooltip design updates as well |
Adding the ability to visualize just the element hovered (aka Follow) or hide the tooltip on a chart is fine. |
In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed. Tracking request in Lens general improvements ice box #184459 |
Describe the feature:
Elastic-charts supports "Tooltip types". Include additional controls in Lens that expose...
see "other" tab under "Knobs" here https://elastic.github.io/elastic-charts/?path=/story/grids--lines
Describe a specific use case for the feature:
Other hover types
When visualizing dense data
I need to enable vertical / crosshair tooltip hover axis references
So I can see exactly where on each axis the cursor is as I hover
Disabling
When I want the visualization to appear static
I need to disable the tooltip
So I can present the vis and data as is without interactivity
Need @MichaelMarcialis' input on the terminology of these elastic-charts settings in the lens UI
The text was updated successfully, but these errors were encountered: