Home Forums Chart Support Problem disabling all data series Reply To: Problem disabling all data series

#21093

I also have this issue. It seems to happen when you destroy a chart, then null the reference. It looks like there are event handlers that aren’t being destroyed correctly. The minified source shows a lot of guards against undefined, but zero guards against null. This is a bit worrying considering that “null” is the suggested action after destroy.