[Vuejs]-How to access methods of wrapper Highcharts vue?

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

Leave a comment