Summate graphs together #429
-
How do I summate 3 graphs together? Each is a time series dataset of energy demand (W) and I would like to show a total This is what I currently have:
I would like to do something like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
see the following filters in the readme:
|
Beta Was this translation helpful? Give feedback.
-
Sorry I can't seem to get the no entity part working...what am I doing wrong???
|
Beta Was this translation helpful? Give feedback.
Thanks, it works great! A note for those next time would be to remember to parseFloat(y) as otherwise the resampling will store as an integer or something as I was getting rather large numbers...
Below is my code for reference for others to learn from. A higher frequency sampling rate will make the graph rather laggy so be aware.
Also is there a way to graph something without it being tied to an entity? In my code below I ended up graphing the "Total" under the "Meter 2 b" entity.