Skip to content

Commit

Permalink
feat: Closes #84, added info about Highcharts instance being shared i…
Browse files Browse the repository at this point in the history
…n an Angular app.
  • Loading branch information
KacperMadej committed Dec 27, 2018
1 parent 1362608 commit 7aa3b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ A chart instance could be obtained using:
This is a Highcharts instance optionally with initialized **[modules](#to-load-a-module)**, **[plugins](#to-load-a-plugin)**, **[maps](#to-load-a-map-for-highmaps)**, **[wrappers](#to-load-a-wrapper)** and set **[global options](#to-use-setoptions)** using **[`setOptions`](https://www.highcharts.com/docs/getting-started/how-to-set-options#2)**. **The core is required.**
_Notice:_ The Highcharts instance is shared through components in an Angular app, so loaded modules will affect all charts.
### Core
As core you could load **Highcharts**, **Highstock** or **Highmaps**.
Expand Down

0 comments on commit 7aa3b32

Please sign in to comment.