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.