Data defined in a HTML table
Highcharts.chart('container', { data: { table: 'datatable' }, chart: { type: 'column' }, title: { text: 'Live births in Norway' }, subtitle: { text: 'Source: <a href="https://www.ssb.no/en/statbank/table/04231" target="_blank">SSB</a>' }, xAxis: { type: 'category' }, yAxis: { allowDecimals: false, title: { text: 'Amount' } } });
CoreColumn and bar charts
Install with NPM
The official Highcharts NPM package comes with support for CommonJS and contains Highcharts, and its Stock, Maps and Gantt packages.
npm install highcharts --save
See more installation optionsDownload our library
The zip archive contains Javascript files and examples. Unzip the zip package and open index.html in your browser to see the examples.
DownloadBuy a license
You can download and try out all Highcharts products for free. Once your project/product is ready for launch, purchase a commercial license.
See License Pricing