hansmaad / chartist-plugin-zoom

Zoom Plugin for Chartist.js
Do What The F*ck You Want To Public License
17 stars 15 forks source link

Plugin events prevent click events on datapoints #15

Open davidhantson opened 7 years ago

davidhantson commented 7 years ago

Hi,

when using this plugin the clicks are not being performed to the ct-point classes ... Any solution or way around this?

this is how I apply the onClicks chartInstance.on('created', function (data) { $('.graph-view .chart').on('click', '.ct-point', function (event) { doSomething(); }); })