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
As you might see, the script opens a websocket, data is sent to the browser about every 10ms as a csv tuple.
Browser console repeatedly says:
chartjs-plugin-streaming.js:250 Uncaught
TypeError: Cannot read properties of undefined (reading 'getDatasetMeta')
at Va.update$1 [as update] (chartjs-plugin-streaming.js:250:28)
at Va.handleEvent (index.umd.ts:50:18)
at Object.afterEvent (index.umd.ts:50:18)
at d (color.esm.js:97:17)
at sn._notify (index.umd.ts:50:18)
at sn.notify (index.umd.ts:50:18)
at An.notifyPlugins (index.umd.ts:50:18)
at An._eventHandler (index.umd.ts:50:18)
at An.update (index.umd.ts:50:18)
at An.update (chartjs-plugin-streaming.js:795:35)
Any ideas what causes this excp?
As you might see, the script opens a websocket, data is sent to the browser about every 10ms as a csv tuple.
Browser console repeatedly says:
chartjs-plugin-streaming.js:250 Uncaught
TypeError: Cannot read properties of undefined (reading 'getDatasetMeta')
at Va.update$1 [as update] (chartjs-plugin-streaming.js:250:28)
at Va.handleEvent (index.umd.ts:50:18)
at Object.afterEvent (index.umd.ts:50:18)
at d (color.esm.js:97:17)
at sn._notify (index.umd.ts:50:18)
at sn.notify (index.umd.ts:50:18)
at An.notifyPlugins (index.umd.ts:50:18)
at An._eventHandler (index.umd.ts:50:18)
at An.update (index.umd.ts:50:18)
at An.update (chartjs-plugin-streaming.js:795:35)
index.html
index.js
The text was updated successfully, but these errors were encountered: