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 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.

  1. ```
  2. <script src="https://code.highcharts.com/highcharts.js"></script>
  3. ```

Install from npm

See npm documentation on how to get started with npm.
  1. ```
  2. npm install --save highcharts
  3. ```

Install from Bower

Bower is deprecated, but to install, run:
  1. ```
  2. bower install highcharts
  3. ```

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 `