Sync of highlight cursor
Highcharts.setOptions({ chart: { styledMode: true } }); Dashboards.board('container', { dataPool: { connectors: [{ id: 'VegeTable', type: 'CSV', options: { csv: document.querySelector('#csv').innerHTML } }] }, gui: { layouts: [{ rows: [{ cells: [{ id: 'top-left' }, { id: 'top-right' }] }, { cells: [{ id: 'bottom' }] }] }] }, components: [{ renderTo: 'top-left', type: 'Highcharts', sync: { highlight: true }, connector: { id: 'VegeTable' }, chartOptions: { chart: { type: 'bar' }, credits: { enabled: false }, legend: { enabled: false }, plotOptions: { series: { colorByPoint: true } }, title: { text: '' }, xAxis: { type: 'category' }, yAxis: { title: { enabled: false } } } }, { renderTo: 'top-right', type: 'Highcharts', sync: { highlight: true }, connector: { id: 'VegeTable' }, chartOptions: { chart: { type: 'pie' }, credits: { enabled: false }, legend: { enabled: false }, plotOptions: { pie: { innerSize: '60%' }, series: { colorByPoint: true } }, title: { text: '' }, xAxis: { type: 'category' }, yAxis: { title: { enabled: false } } } }, { renderTo: 'bottom', type: 'Highcharts', sync: { highlight: true }, connector: { id: 'VegeTable' }, chartOptions: { chart: { type: 'scatter' }, credits: { enabled: false }, legend: { enabled: false }, plotOptions: { series: { colorByPoint: true, dataSorting: { enabled: true, sortKey: 'y' }, marker: { radius: 8 } } }, title: { text: '' }, xAxis: { type: 'category' }, yAxis: { title: { enabled: false } } } }] });
DashboardsBasic
Install with NPM
The official Highcharts Dashboards NPM package comes with support for CommonJS. Read more about how to install Highcharts Dashboards with NPM.
npm install @highcharts/dashboards
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