For initial declarative chart setup. Download as ZIP or JSON.
Highcharts.setOptions({
});
Highcharts.stockChart({
});
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.
A NATR
series. If the type option is not specified, it
is inherited from chart.type.
Configuration options for the series are given in three levels:
natr
series are defined in
plotOptions.natr.Highcharts.chart('container', {
plotOptions: {
series: {
// general options for all series
},
natr: {
// shared options for all natr series
}
},
series: [{
// specific options for this series instance
type: 'natr'
}]
});
TypeScript:
type
property.if (chart.options.series?.[0]?.type === natr) {
// code specific to the natr series
}
Copyright © 2025, Highsoft AS. All rights reserved.
Highcharts Stock v12.1.2 - Generated from branch master (commit 7a00950725), on Wed Mar 12 2025 12:18:28 GMT+0100 (Central European Standard Time)