AnyChart
API Reference
Still have questions?
Contact support
Top

[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.