Welcome to the Highcharts JS (highcharts) Options 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.

global

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'
        }
    }
});