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
Right, if I understand what you are trying to do, you have to either bind the data as an input to your model, otherwise find a way to re-load the chart with the new data (i.e. v-if condition). apertureless offers some methods on how to achieve this. If I can find some time I'll try and codepen an example.
Example: https://codesandbox.io/s/5mrzwp5q4p
In above example, when click on
Change Data
, data is changed but it's not updated in chartEspecially, when data came from
computed
properties, chart will not be updated.https://stackoverflow.com/q/50419627/2303610
The text was updated successfully, but these errors were encountered: