2👍
Changing this.$refs.myChart.resetZoom()
to this.$refs.myChart.chart.resetZoom()
fixed the issue for me.
Source:stackexchange.com
2👍
Changing this.$refs.myChart.resetZoom()
to this.$refs.myChart.chart.resetZoom()
fixed the issue for me.