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.
The plotOptions is a wrapper object for config objects for each series type. The config objects for each series can also be overridden for each series item as given in the series array.
Configuration options for the series are given in three levels. Options
for all series in a chart are given in the plotOptions.series object. Then options for all series of a specific
type are given in the plotOptions of that type, for example
plotOptions.line
. Next, options for one single series are given in
the series array.
Copyright © 2024, Highsoft AS. All rights reserved.
Highcharts v12.1.1 - Generated from branch master (commit 590c1a9a2d), on Fri Dec 20 2024 08:17:44 GMT+0100 (Central European Standard Time)