Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7e1b6b

Browse files
author
Boris Breslav-Maslennikov
committedApr 9, 2021
added deprecated message
1 parent add54fc commit d7e1b6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ It's an extended version of the official highcharts wrapper: https://github.com/
44

55
It allows you to use highchart props and methods from your code.
66

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+
```
712

813
# Installation
914
Using npm

0 commit comments

Comments
 (0)
Please sign in to comment.