Need clarification on grafana display part

Hi ,

I am using grafana 10.3.3

I have a single panel where I am showing different time-series data .

I want to customize the tooltip as per my need to identify individual graphs separately .

How to customize the tooltip in grafana ?

Thanks,
Nilanjan

Hi,

You can use fields override to hide some series from the tooltip (and also legend and hide it completely):

Any reason why can’t you create multiple panels?

Hi ,

Thanks for your response.

From the panel, I am making a REST call and from the response I am extracting three different fields for display ( Start Time ( Time ) , Value ( Number) & Name ( String ).

Currently , when I display the data in time series graph , the tooltip only displays the Time & Number field.

My requirement is to also add the Name ( String ) field in the tooltip.

I tried adding the the Name field in field override , but I am not seeing any tooltip property.

Please let me know how to achieve this.

Thanks,
Nilanjan

You may try this Time Series+ plugin. See an example and discussion here.

Just to confirm - what is your datasource (Infinity perhaps?). Also, can you share a screenshot of how your graph looks like now?

If something like this:

You could try using Partition by value transformation

And change the display name to ${__field.labels.name}