We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add54fc commit d7e1b6bCopy full SHA for d7e1b6b
README.md
@@ -4,6 +4,11 @@ It's an extended version of the official highcharts wrapper: https://github.com/
4
5
It allows you to use highchart props and methods from your code.
6
7
+# THIS PACKAGE IS DEPRECATED
8
+The offcial wrapper https://github.com/highcharts/highcharts-vue now has support of using Highcharts instance from the code. Please use it instead.
9
+```javascript
10
+this.$refs.chart.chart.showLoading('Loading...'); // or any other highcharts method or property
11
+```
12
13
# Installation
14
Using npm
0 commit comments