-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Fix toggling showLine option on scatter controller #11334
Conversation
@LeeLenaleee apologize, don't hate me.... can you set the label to |
I ran into a similar problem with a scatter chart using version 4.3.0. When I tried to change the "showLine" property of my 2nd dataset (id=1) to true, and then do a update() to update the chart, The error occurred after trying to perform an update. obj_chart["chart_1"].data.datasets[1].showLine = true; The error in the console looked something like this: index.umd.ts:50 Uncaught TypeError: Cannot set properties of null (setting '_chart') |
Fix #11333