Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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/

like image 672
Fakhruddin Ujjainwala Avatar asked Feb 04 '16 13:02

Fakhruddin Ujjainwala


1 Answers

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

like image 188
Phil Avatar answered Nov 15 '22 05:11

Phil