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.sankey.linkColorMode

Determines color mode for sankey links. Available options:

  • from color of the sankey link will be the same as the 'from node'

  • gradient color of the sankey link will be set to gradient between colors of 'from node' and 'to node'

  • to color of the sankey link will be same as the 'to node'.