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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Displaying time-series data on a line chart

Tomellache2B
14-Alexandrite

Displaying time-series data on a line chart

Hello, community,

 

I want to bind data to my line chart to display time series data. For this, I wrote a custom service on a helper thing. This service takes in as input a thing name and then outputs the "QueryNamedPropertyHistory" service.  I made use of a value stream.  However, can this also be achieved using data tables? Or will I face some performance issues?

 

Or should I rather make use of a data table for this? Although there might be some performance issues?

 

 

Thanks

Jay_Nisa 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Definitely performance issue will be there with DataTable. For timeseries data, you can go with external DB or Influx DB with valuestream.

 

https://www.ptc.com/en/support/article/CS204091

View solution in original post

2 REPLIES 2

Definitely performance issue will be there with DataTable. For timeseries data, you can go with external DB or Influx DB with valuestream.

 

https://www.ptc.com/en/support/article/CS204091

Thank you for the support article @Sathishkumar_C 

Top Tags