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.

plotOptions.treemap.breadcrumbs.events.click

Fires when clicking on the breadcrumbs button. Two arguments are passed to the function. First breadcrumb button as an SVG element. Second is the breadcrumbs class, containing reference to the chart, series etc.

click: function(button, breadcrumbs) {
  console.log(button);
}

Return false to stop default buttons click action.