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.
Global options that don't apply to each chart. These options must be set
using the Highcharts.setOptions
method.
Highcharts.setOptions({
global: {
buttonTheme: {
fill: '#d0d0d0'
}
}
});