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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

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

PG_10250187
11-Garnet

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

1 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

Top Tags