Skip to content

Commit 4bf8b1b

Browse files
committed
add demo
1 parent 3377a57 commit 4bf8b1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Then you can use the components in your template.
5454
<highcharts-renderer :width="width" :height="height"></highcharts-renderer>
5555
```
5656

57-
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).
5858

5959
`<highcharts-renderer>` [creates an independent renderer](http://api.highcharts.com/highcharts/Renderer).
6060

@@ -69,3 +69,9 @@ The `Highcharts` object is available at `vm.Highcharts`. If you want to access t
6969
const { chart } = vm.$refs.highcharts;
7070
const { renderer } = vm.$refs.highchartsRenderer;
7171
```
72+
73+
## Demo
74+
75+
* [Access `chart` instance via refs](https://codepen.io/weizhenye/pen/rrKgbP)
76+
* [Use Highmaps](https://codepen.io/weizhenye/pen/VKdJpW)
77+
* [Use independent Renderer](https://codepen.io/weizhenye/pen/kkpKvY)

0 commit comments

Comments
 (0)