cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

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

PG_10250187
12-Amethyst

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

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

ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:PG_10250187)

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

View solution in original post

1 REPLY 1
slangley
23-Emerald II
(To:PG_10250187)

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

Announcements


Top Tags