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.
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 anevents
object instead of the vuemethods
object.