For initial declarative chart setup. Download as ZIP or JSON.
Highcharts.setOptions({
});
For modifying the chart at runtime. See the class reference.
These pages outline the chart configuration options, and the methods and properties of Highcharts objects.
Feel free to search this API through the search bar or the navigation tree in the sidebar.
Series options for specific data and the data itself. In TypeScript you have to cast the series options to specific series types, to get all possible options for a series.
// TypeScript example
Highcharts.chart('container', {
series: [{
color: '#06C',
data: [[0, 1], [2, 3]]
} as Highcharts.SeriesLineOptions ]
});
Copyright © 2026, Highsoft AS. All rights reserved.
Highcharts Stock v13.0.0 - Generated from branch master (commit e44b0e19db), on Thu Jun 11 2026 09:18:55 GMT+0200 (Central European Summer Time)