Currently, in every Kibana line/bar visualization, you can point the mouse over a chart point, and you get a tooltip giving you the data attached to this point (label + value).
From a UX point of view, this is really useful !
=> That would be great to add such a feature in Timelion visualizations !
@fbaligand In timelion when you mouse over the data, the legends show you data values for the data points. Is that not sufficient? What additional data would you like to see in the tooltip?
I know that legend already displays data values.
But from an ergonomic point of view :
From @zharben in https://github.com/elastic/kibana/issues/9587
Are there really no tooltips in this thing? Kibana has them everywhere else - I feel like I'm missing something... The timelion expression language, and the way you've thought this through is amazing - but the visualizations this thing produces are almost useless, because you can't hover over items to identify data point values. I spent the last couple of days getting ES5 set up with our data to use this tool, and now I need to set it aside, because these charts aren't going to give us what we need. I'm happy to contribute if there's a task / PR somewhere for this! (I'm not seeing one).
i didn't realize that the legend is dynamically updated as you hover over time series data. that's an interesting approach - however it gets pretty hard to use when the series is split into many groups.
Hi,
A very sexy and nice feature should be to have a function as .label() which allows to create tooltip on each timeseries querying information.
For instance:
.es(index=logstach-*, q='affiliateData.website:xyz.com', metric='sum:commission').tooltip(metric=count).tooltip(q='TOP OF PRODUCT').tooltip(list of all commisionned website) ...
There is already a timelion function to customize label for each timeseries (or using a regex) in legend.
Up to me, tooltip function should only have a Boolean option to enable/disable it.
+1
+1
+1
vote
+1
+1
+1
At what time did it happen?
Need to know the exact time where the cursor is placed

nop, can not change scale :(
From 6.1, Timelion now shows the readout of the value under the mouse in the legend ((https://github.com/elastic/kibana/pull/14627).
It's not quite a tooltip, but it satisfies the same use-case so I'll close this for that reason.
@thomasneirynck
As you can see on this screenshot, this new feature (6.1) does not solve this issue.
The timestamp displayed is not the "current point" timestamp (00:00 for point with count=936), but the cursor location timestamp (23:51), which is a useless information, compared to "current point" timestamp.
=> Could you reopen issue ?

thanks @fbaligand, makes sense, thanks for added info
Thanks for having reopened the issue !
Hi @fbaligand @thomasneirynck in the timeline visualization, How did you get display the date and time? Up left "February 4th 2018: 23:51.." What version of kibana implements this?
In kibana 6.1.0
I didn鈥檛 do anything special, except move the mouse, so that mouse X position is at this position on x-axis (which represents time)
It makes sense, I have a old Kibana version, I'll try to upgrade, thanks a lot !
Most helpful comment
Hi,
A very sexy and nice feature should be to have a function as .label() which allows to create tooltip on each timeseries querying information.
For instance:
.es(index=logstach-*, q='affiliateData.website:xyz.com', metric='sum:commission').tooltip(metric=count).tooltip(q='TOP OF PRODUCT').tooltip(list of all commisionned website) ...