Hello,
I have moved many of my callbacks to the client side and the only callback are two functions that initially load the data and keep it in a div component, plus a figure component that is updated based on the div and some other dash-daq components/buttons. The app works well but if the div is big (many data points) and the user clicks some buttons after one another while the figure is updating through the callback, I get the following error/crash in the chrome console:
Any ideas on what I can do to debug and find a fix for the issue?
Thanks!
requirements:
pandas==0.25.1
dash==1.3.0
dash-daq==0.2.1
plotly==4.1.1
console error:
react-dom@16.8.6.min.js?v=1.1.0&m=1570107432:117 TypeError: Cannot read property '_subplot' of undefined
at plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7
at plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7
at l (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at Object.r.throttle (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at Object.r.hover (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at Object.t._fullLayout._rehover (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at v.rehover (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at Object.l.syncOrAsync (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at r.plot (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)
at Object.l.syncOrAsync (plotly-1.49.4.min.js?v=1.2.0&m=1570107433:7)