chartBound

A boolean property specifying whether the chart tooltip will be one common for all series (all series' y-values included in the same tooltip), or separate for each of them.
The default is false, meaning that every data point will have its own tooltip, showing that particular point's value only.

{
    tooltipSettings: {				
        chartBound: true			
    }
}

This setting is demonstrated in the following example.