Fix toggling showLine option on scatter controller#11334
Fix toggling showLine option on scatter controller#11334etimberg merged 1 commit intochartjs:masterfrom
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