JS API Reference

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.organization.dataLabels.nodeFormatter

A callback for defining the format for nodes in the organization chart. The nodeFormat option takes precedence over nodeFormatter.

In an organization chart, the nodeFormatter is a quite complex function of the available options, striving for a good default layout of cards with or without images. In organization chart, the data labels come with useHTML set to true, meaning they will be rendered as true HTML above the SVG.