Skip to main content
12-Amethyst
December 12, 2022
Solved

How to change the valuestooltip for chartline according to xaxis and yaxis value

  • December 12, 2022
  • 1 reply
  • 1050 views

Hi,

 

We have created the chartline graph where we need to change the tooltip according to xaxis and yaxis.

I need the YValue to be changed to FFT_Data.

Expecting the answer ASAP.

 

Attached the image for reference.

 

Thanks

Best answer by slangley

Hi @PG_10250187.

 

In the ValuesTooltip, try replacing the default token (${label}, ${series}: ${value}) with this string:  ${label}, FFT_Data: ${value}.  This may not make sense if you have multiple data series.

 

Regards.

 

--Sharon

1 reply

slangleyCommunity ManagerAnswer
Community Manager
December 16, 2022

Hi @PG_10250187.

 

In the ValuesTooltip, try replacing the default token (${label}, ${series}: ${value}) with this string:  ${label}, FFT_Data: ${value}.  This may not make sense if you have multiple data series.

 

Regards.

 

--Sharon