Skip to content

Commit

Permalink
Simplified the README
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeschloss committed Sep 14, 2023
1 parent 9436bc7 commit 1f8b250
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@

1. Add `nuxt-highcharts` dependency to your project

* Nuxt 2.x:
```bash
npm i nuxt-highcharts@2
```

* Nuxt 3.x:
```bash
npm i nuxt-highcharts # to work with highcharts 10.x
npm i nuxt-highcharts@next # to work with highcharts 11.x
npm i nuxt-highcharts
```

NOTE: if working with highcharts 11, you need to remember to convert your data from the `Proxy` type to a type supported by Highcharts. For example, if you have reactive data `this.points`, you'll need to set the Highcharts data with something like: `Array.from(this.points)`
Expand Down

0 comments on commit 1f8b250

Please sign in to comment.