-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'getDatasetMeta') #197
Comments
I have the same issue with version 2.0.0.
But there is no tooltip... |
same here tooltip disabled no errors but with errors |
Happened the same to me. Went debugging and there is a bug / change with recent versions of ChartJS, Go to line:
And change |
Hey - i am using only one file streaming.js - can i change this here too? Getting this error: Uncaught TypeError: Cannot set properties of null (setting '_setStyle') ...while i reload the page |
Thanks @carlos-jenkins ! This fixture displays now the tooltip without error. |
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: