You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently developing an app based on Electron and i'm implementing real time plotting of a timeseries using plotly.js. Currently i'm using lowdb to create a json file in which I save my (x,y) points and some other infos, is it possible in plotly to use the file as a source to plot data from? I hope this is not a duplicated issue, i haven't found anything about this yet.
If it could be useful my .json file has the following structure
Hi,
I'm currently developing an app based on Electron and i'm implementing real time plotting of a timeseries using plotly.js. Currently i'm using
lowdb
to create a json file in which I save my(x,y)
points and some other infos, is it possible in plotly to use the file as a source to plot data from? I hope this is not a duplicated issue, i haven't found anything about this yet.If it could be useful my .json file has the following structure
The text was updated successfully, but these errors were encountered: