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.

rangeSelector.buttons.events.click

Fires when clicking on the rangeSelector button. One parameter, event, is passed to the function, containing common event information.

click: function(e) {
  console.log(this);
}

Return false to stop default button's click action.