sharing
Type: String
Parent: Chart.Tooltip()
Default Value: single
Description: Whether chart will use single or single shared, individual tooltips for each data series of the Chart 'single', 'singleShared', 'multi'(not implemented)

Tooltip Sharing can be

Let us checkout the example below:

Working with tooltip sharing of single


Working with tooltip sharing of singleShared


Working with tooltip sharing of multi