Hi all,
I am currently trying to stream to multiple axis. I have no problem streaming multiple traces on one y-axis or making a static plot with two y-axis. However, I haven’t been able to combine these two.
More precisely, I have two traces and two y-axis. Each trace is supposed to be streamed to one of the two y-axis.
I found an example for this problem using plotly.py ( https://plot.ly/python/multiple-trace-streaming/ ) but nothing for Javascript.
This is my first programming experience using JS, any help is much appreciated!