Welcome to the Highcharts Gantt JS (gantt) 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, like the lang options, must be set using the Highcharts.setOptions method.

Highcharts.setOptions({
    global: {
        buttonTheme: {
            fill: '#d0d0d0'
        }
    }
});