Skip to main content
1-Visitor
May 19, 2017
Solved

Is there any tutorial available on how to use time series chart or bar chart in Thingworx Studio?

  • May 19, 2017
  • 1 reply
  • 8118 views

I want to add a time series chart in my experience where the x axis will be time and y axis will be RPM value of the Car1 Thing. Can you provide some tutorial for that?

Thank you...

Best answer by ankigupta

Hi Dipika Sengupta​,

TimeSeries chart requires an infotable (timestamp and values) to show the Series. Try binding the output of QueryPropertyHistory service from ThingWorx to the Studio TimeSeriesChart. Then set the X-axis Field name as timestamp and Y-axis Field name as RPM.


I hope it helps.

1 reply

5-Regular Member
May 19, 2017

Hi Dipika Sengupta​,

I just checked the ThingWorx Studio Tutorial Hub but didn't find the Time Series Chart. I will check internally if it planned for future.

I can help you with any specific issue regarding the time series chart.

1-Visitor
May 19, 2017

Hi Ankit,

Thank you for your response...

I have bind the RPM to the Data field of the time series chart. But when I am seeing it in the preview or in the view app, it is showing that data is not loaded. Can you tell me how can I do it?

Regards,

Dipika

ankigupta5-Regular MemberAnswer
5-Regular Member
May 19, 2017

Hi Dipika Sengupta​,

TimeSeries chart requires an infotable (timestamp and values) to show the Series. Try binding the output of QueryPropertyHistory service from ThingWorx to the Studio TimeSeriesChart. Then set the X-axis Field name as timestamp and Y-axis Field name as RPM.


I hope it helps.