Highcharts file service

Please feel free to link to the files at code.highcharts.com. Currently the files are served from Norway. Within Q1-Q2 2012 we will move this service out to a CDN with edge servers.

Highcharts

Latest stable

The latest stable versjon of Highcharts is served from the root of code.highcharts.com:

Specific version

You'll find a specific Highcharts version by appending the version number to the root level:

Truncated versions

By truncating the version number you'll be able to load the latest stable release within that major version number. For example, 2.2 points to the latest stable 2.2.x, but when 2.3 or 3.0 is released, you will still load the latest release of 2.2.

Highstock

Highstock files are available under the /stock subfolder, with the same folder structure as above.

Latest stable

The latest stable versjon of Highstock is served from code.highcharts.com/stock:

Specific version

You'll find a specific Highcharts version by appending the version number to the /stock folder:

Truncated versions

Latest development from GitHub

The file path can be pointed to a specific branch, commit or tag in our GitHub repo. Both Highcharts and Highstock share the same repo, so you'll find highcharts.src.js and highstock.src.js on the same level.

Branch: "master"

Specific commit: "efed5f14f7"

Tag: "v2.0.0"

See the available tags on GitHub.