Uncaught TypeError: Cannot read property 'mouseIsDown' of undefined

I am getting an error in console when I try to reload the chart on click of a button. Cant figure out why.

Uncaught TypeError: Cannot read property 'mouseIsDown' of undefined

I have created a jsfiddle for the same. The first click will draw the chart and on second click although it redraws the chart but there is a error in console.

Note: JSFiddle is just to replicate the situation I am facing.

http://jsfiddle.net/fakhruddin/xpy0Lbma/4/


Use latest branch from Master will resolve this issue. I have tested and it worked as expected. Reference page: https://code.highcharts.com/ CDN: https://github.highcharts.com/master/highcharts.src.js

链接地址: http://www.djcxy.com/p/31942.html

上一篇: 如何添加包作为主机工具填充SDK?

下一篇: Uncaught TypeError:无法读取未定义的属性'mouseIsDown'