[enum] anychart.enums.TooltipDisplayMode Improve this Doc
Tooltip display mode settings.
Try it:
Value | Description |
---|---|
separated | Each series of the chart has its own tooltip. |
single | Tooltip is displayed on nearest point to cursor. TextFormatter have information only about one point. |
union | Displays only one tooltip (doesn"t depend on series count), but textFormatter have information about all series points. |