Dear All
I want to calculate with two lines (or more) to create a new line
suppose:
line 1 gives Import of energy -> {3, 7, 9, 8}
line 2 gives Used energy -> {2, 5, 10, 7}
I’d like to get a resultset of
line 3 = line1 – line 2
Line 3 gives losses -> {1,2,-1,1}
indexes are off course timebased
How could I realise this, from within canvasjs?
To get the data for those lines i use Influxdb
With kind regards
Ron
-
This topic was modified 3 years, 8 months ago by WR.