Closed donli1210 closed 6 years ago
Hi,
Please see this JsFiddle. I want to add a listener for addSeries event using the plugin way.
I can get the mouse hover event by $(chart.container).bind('mousemove', function() {}. But
$(chart.container).bind('mousemove', function() {}
$(chart.container).bind('addSeries', function() { console.log('New series added.'); });
does not work. Any suggestions? Thanks!
I have never played with adding plugins. PRs accepted!
Hi,
Please see this JsFiddle. I want to add a listener for addSeries event using the plugin way.
I can get the mouse hover event by
$(chart.container).bind('mousemove', function() {}
. Butdoes not work. Any suggestions? Thanks!