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 wanted to add some extra logic as and when the data changes, so I ended up adding my own watcher for chartData, I would like to avoid this and take advantage of the existing watcher, which is added by reactiveProp mixin.
can you emit events and provide some essential info such as are you rendering or updating,
oldData vs newData etc.
That way I can take advantage of the event and add my additional functinality
Environment
vue.js version: 2.5.16
vue-chart.js version: 3.3.2
In case it helps, my main requirement is to generate an HTML based legend using this.$data._chart.generateLegend() whenever the labels change
The text was updated successfully, but these errors were encountered:
Expected Behavior
I wanted to add some extra logic as and when the data changes, so I ended up adding my own watcher for chartData, I would like to avoid this and take advantage of the existing watcher, which is added by
reactiveProp
mixin.can you emit events and provide some essential info such as are you rendering or updating,
oldData vs newData etc.
That way I can take advantage of the event and add my additional functinality
Environment
The text was updated successfully, but these errors were encountered: