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

