Highcharts
Highcharts JS, the JavaScript charting framework
README
Highcharts JS is a JavaScript charting library based on SVG, with fallbacks to VML and canvas for old browsers.
Official website: www.highcharts.com
Download page: www.highcharts.com/download
Licensing: www.highcharts.com/license
Support: www.highcharts.com/support
Issues: Repo guidelines
Download and install Highcharts
This is the working repo for Highcharts. If you simply want to include Highcharts into a project, use the distribution package instead, or read the download page. Please note that there are several ways to use Highcharts. For general installation instructions, see the docs.
Use our CDN
Instead of downloading, you can use our CDN to access files directly. See code.highcharts.com for details.
- ```
- <script src="https://code.highcharts.com/highcharts.js"></script>
- ```
Install from npm
See npm documentation on how to get started with npm.
- ```
- npm install --save highcharts
- ```
Install from Bower
Bower is deprecated, but to install, run:
- ```
- bower install highcharts
- ```
Load Highcharts from the CDN as ECMAScript modules
Starting with v6.1.0, Highcharts is available on our CDN as ECMAScript modules. You can import ES modules directly in modern browsers
without any bundling tools by using `