krispo / ng2-nvd3

Angular2 component for nvd3
http://krispo.github.io/ng2-nvd3/
MIT License
328 stars 104 forks source link

bullet chart dispatch #158

Open arunjai1994 opened 5 years ago

arunjai1994 commented 5 years ago

Hi @krispo, Thank you for the wonderful package.

Does dispatch element Click work on bullet.?? I have used dispatch element click in bar chart and multi bar chart. it work without any problem. mutlibar chart example works chart.multibar.dispatch.on('elementClick', (angularEvent, e) => { console.log("clicked"); }); In Bullet it's doesn't or may be the way i implemented is wrong. chart.bullet.dispatch.on('elementClick', (angularEvent,e) => { console.log("clicked"); }); This is error i get "ERROR TypeError: Cannot read property 'on' of undefined" Any input on this help me.

Thanks in advance.