You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the way you did the component. It's not very vue like but giving stuff to the chart using the handler is quite smart and at least it gives the opportunity to fully use c3 through this process ! Well done.
However I was wondering why do you use an external handler to handle event whereas one could have send event directly to the component using $refs ?
The text was updated successfully, but these errors were encountered:
The 1.2.10 stop using handler right ? You should update documentation according to this because now it's not working anymore. It says INIT is not possible.
I really like the way you did the component. It's not very vue like but giving stuff to the chart using the handler is quite smart and at least it gives the opportunity to fully use c3 through this process ! Well done.
However I was wondering why do you use an external handler to handle event whereas one could have send event directly to the component using $refs ?
The text was updated successfully, but these errors were encountered: