0👍
We can use highcharts methods by referring to the chart instance. In the docs, it’s well explained: https://github.com/highcharts/highcharts-vue#chart-object-reference
And here you’ve got example demos of using redraw and update method on the chart:
https://codesandbox.io/s/highcharts-vue-demo-forked-z3nrz
https://codesandbox.io/s/highcharts-vue-demo-forked-kdogc
- [Vuejs]-How can use computed for v-model?
- [Vuejs]-Vue3 Multiple Instances of Composition API Data Store
Source:stackexchange.com