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
If you choose live data and then move the X-axis to align the plots, the time slots bar freezes and does not respond but the toolbar seems to still work.
Steps to reproduce:
Plot any PV.
Press live.
Move the horizontal axis during live plot.
Press any time frame button, the viewer does not respond.
This error appears on the browser's console:
Uncaught (in promise) undefined
Uncaught TypeError: Cannot read property 'length' of undefined
at r.drawData (plotly-1.41.2.min.js:7)
at Object.l.syncOrAsync (plotly-1.41.2.min.js:7)
at t (plotly-1.41.2.min.js:7)
at Object.r.call (plotly-1.41.2.min.js:7)
at plotly-1.41.2.min.js:7
at Object.l.syncOrAsync (plotly-1.41.2.min.js:7)
at Object.Nt [as doneFn] (plotly-1.41.2.min.js:7)
at HTMLDocument.A (plotly-1.41.2.min.js:7)
It seems this was a known issue in plotly library. I think upgrading it should solve the issue, so I tried loading plotly-2.0.0.min.js in archViewer.html and everytime I load the viewer the newer version does not load.
The text was updated successfully, but these errors were encountered:
If you choose live data and then move the X-axis to align the plots, the time slots bar freezes and does not respond but the toolbar seems to still work.
Steps to reproduce:
This error appears on the browser's console:
Uncaught (in promise) undefined
Uncaught TypeError: Cannot read property 'length' of undefined
at r.drawData (plotly-1.41.2.min.js:7)
at Object.l.syncOrAsync (plotly-1.41.2.min.js:7)
at t (plotly-1.41.2.min.js:7)
at Object.r.call (plotly-1.41.2.min.js:7)
at plotly-1.41.2.min.js:7
at Object.l.syncOrAsync (plotly-1.41.2.min.js:7)
at Object.Nt [as doneFn] (plotly-1.41.2.min.js:7)
at HTMLDocument.A (plotly-1.41.2.min.js:7)
It seems this was a known issue in plotly library. I think upgrading it should solve the issue, so I tried loading plotly-2.0.0.min.js in archViewer.html and everytime I load the viewer the newer version does not load.
The text was updated successfully, but these errors were encountered: