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
The `options` object can be found in [Highcharts API Reference](http://api.highcharts.com/highcharts), [Highstock API Reference](http://api.highcharts.com/highstock) and [Highmaps API Reference](http://api.highcharts.com/highmaps).
57
+
The `options` object can be found in [Highcharts API Reference](http://api.highcharts.com/highcharts).
58
58
59
59
`<highcharts-renderer>`[creates an independent renderer](http://api.highcharts.com/highcharts/Renderer).
60
60
@@ -69,3 +69,9 @@ The `Highcharts` object is available at `vm.Highcharts`. If you want to access t
69
69
const { chart } =vm.$refs.highcharts;
70
70
const { renderer } =vm.$refs.highchartsRenderer;
71
71
```
72
+
73
+
## Demo
74
+
75
+
*[Access `chart` instance via refs](https://codepen.io/weizhenye/pen/rrKgbP)
0 commit comments