split property

bool? split
getter/setter pair

Shows tooltip for all points with the same X value. Splits the tooltip into one label per series, with the header close to the axis. This is recommended over shared tooltips for charts with multiple line series, generally making them easier to read. This option takes precedence over tooltip.shared.

Not supported for polar and inverted charts.

API Docs: https://api.highcharts.com/highcharts/tooltip.split

Implementation

bool? split;