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

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

Linechart Custom Tooltip

JO_9930585
14-Alexandrite

Linechart Custom Tooltip

I am trying to create a custom tooltip for the line chart. I have the custom tooltip working except my dynamic data are returning as N/A in the tooltip. My datashape for the chart data are as follows:

xaxis: string

yaxis: number

lineLabel: string

 

My custom localization token value is as follows:

${label} #newline# ${Data:lineLabel}: ${value}

 

How do I get the lineLabel value to show here ${Data:lineLabel}? I am using the syntax provided by PTC docs link here...

https://support.ptc.com/help/thingworx/platform/r9.6/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/CreatingCustomChartTooltips.html

 

 

ACCEPTED SOLUTION

Accepted Solutions
JO_9930585
14-Alexandrite
(To:JO_9930585)

I have resolved this. In my instance I had multiple data sources and it should be DataSource1 instead of Data.

View solution in original post

1 REPLY 1
JO_9930585
14-Alexandrite
(To:JO_9930585)

I have resolved this. In my instance I had multiple data sources and it should be DataSource1 instead of Data.

Announcements


Top Tags