3D donut
// Data retrieved from https://olympics.com/en/olympic-games/beijing-2022/medals Highcharts.chart('container', { chart: { type: 'pie', options3d: { enabled: true, alpha: 45 } }, title: { text: 'Beijing 2022 gold medals by country' }, subtitle: { text: '3D donut in Highcharts' }, plotOptions: { pie: { innerSize: 100, depth: 45 } }, series: [{ name: 'Medals', data: [ ['Norway', 16], ['Germany', 12], ['USA', 8], ['Sweden', 8], ['Netherlands', 8], ['ROC', 6], ['Austria', 7], ['Canada', 4], ['Japan', 3] ] }] });
Core3D 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