AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

[enum] anychart.enums.TooltipDisplayModeImprove this Doc

Tooltip display mode settings.
ValueDescriptionExample
separatedEach series of the chart has its own tooltip.
singleTooltip is displayed on nearest point to cursor. TextFormatter have information only about one point.
unionDisplays only one tooltip (doesn"t depend on series count), but textFormatter have information about all series points.