Area-spline
// Retrieved from https://www.ssb.no/jord-skog-jakt-og-fiskeri/jakt Highcharts.chart('container', { chart: { type: 'areaspline' }, title: { text: 'Moose and deer hunting in Norway, 2000 - 2024' }, subtitle: { text: 'Source: <a href="https://www.ssb.no/jord-skog-jakt-og-fiskeri/jakt" target="_blank">SSB</a>' }, legend: { layout: 'vertical', align: 'left', verticalAlign: 'top', x: 120, y: 70, floating: true, borderWidth: 1, backgroundColor: Highcharts.defaultOptions.legend.backgroundColor || '#FFFFFF' }, xAxis: { // Highlight the last years where moose hunting quickly deminishes plotBands: [{ from: 2020, to: 2023, color: 'rgba(68, 170, 213, .2)' }] }, yAxis: { title: { text: 'Quantity' } }, tooltip: { shared: true, headerFormat: '<b>Hunting season starting autumn {point.x}</b><br>' }, credits: { enabled: false }, plotOptions: { series: { pointStart: 2000 }, areaspline: { fillOpacity: 0.5 } }, series: [{ name: 'Moose', data: [ 38000, 37300, 37892, 38564, 36770, 36026, 34978, 35657, 35620, 35971, 36409, 36435, 34643, 34956, 33199, 31136, 30835, 31611, 30666, 30319, 31766, 29278, 27487, 26007 ] }, { name: 'Deer', data: [ 22534, 23599, 24533, 25195, 25896, 27635, 29173, 32646, 35686, 37709, 39143, 36829, 35031, 36202, 35140, 33718, 37773, 42556, 43820, 46445, 50048, 52804, 49317, 52490 ] }] });
CoreArea 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