For initial declarative chart setup. View as 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 © 2021, Highsoft AS. All rights reserved.
v9.0.1 - Generated from branch HEAD (commit c0936cdafc), on Thu Mar 04 2021 18:04:52 GMT+0100 (sentraleuropeisk normaltid)