HelpBot Assistant

How can I help you?

SankeyTooltipSettingsModel

16 Mar 20261 minute to read

Interface for a class SankeyTooltipSettings

Properties

duration number

Duration of the tooltip show animation (in ms).

enable boolean

Enables or disables the tooltip display.

enableAnimation boolean

Enables or disables tooltip animation.

fadeOutDuration number

Duration of the tooltip fade-out animation (in ms).

fadeOutMode SankeyTooltipFadeOutMode

Specifies the mode for the fade-out animation when hiding the tooltip.

fill string

Background fill color of the tooltip.

linkFormat string

Format string for link tooltips.

linkTemplate string|Function

Custom template or rendering function for link tooltips.

nodeFormat string

Format string for node tooltips.

nodeTemplate string|Function

Custom template or rendering function for node tooltips.

opacity number

Opacity of the tooltip container.

textStyle SankeyTextStyle

Text style used within the tooltip.