zingchart / zingchart-vue

A Vue component to create charts with ZingChart
https://www.zingchart.com/docs/integrations/vue
MIT License
26 stars 5 forks source link

[Bug report] zoom event not working #4

Closed P4sca1 closed 4 years ago

P4sca1 commented 4 years ago

Noticed that the zoom event does not work when trying to add it like this: <zingchart @zoom="myMethod"> Manually listening to the event via .bind works.

Also the README is kinda confusing because it wraps event listeners into an events object instead of the vue methods object.

mike-schultz commented 4 years ago

Hey @P4sca1 , thanks for that! Looks like the zoom event was being added. Cleared up the README as well!