Hi All,
I want to create a chart which shows the value of multiple points over the past 12 hours. It is my understanding that I should use ma-point-values
which will then return an array which I can pass into the chart, is that correct?
I also want the chart to update every x minutes, what is the best way to do that? I think if I use ma-point-values
every time the chart updates it will query for ALL 12 hours of data again, is that right, is there a better way? The latest
attribute wouldn't work for us since some points might have 100 values over 12 hours, some might have 3000.
Thanks!