Kibana lens display one line with multiple values

I am trying to create time series graph using Kibana(version 8.3) lens. In my document I have following fields -

{"timestamp":"2019-06-02T10:16:44", "byte":17, "tName":"Group 1", "reg":"4"}

I am able to show byte on the Y-axis and timestamp on the X-axis.
But I want to show the 'tName' and 'reg' value when we mouse over anywhere in the graph line.
Is there any way to show the values without showing the line for 'tName' and 'reg'?

Thank you in advance.

Hey, I assume that you want something like this [Lens] Allow extra metrics in the tooltip · Issue #106024 · elastic/kibana · GitHub. This is a request for displaying extra metrics on the tooltip and not only the ones used on the graph. It is on our backlog :slight_smile:

Thank you for the reply @Stratoula_Kalafateli .
Is there any way around solution to show multiple values in tooltip without showing the lines for now ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.