AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.sankey.elements.Flow Improve this Doc

Extends: anychart.core.Base

Flow element settings.

Methods Overview

Interactivity
hovered()Hovered state settings.
normal()Normal state settings.
tooltip()Tooltip settings.

Methods Description

hovered

Getter for hovered state settings.

Returns:

anychart.core.StateSettings - Hovered state settings
Setter for hovered state settings.

Params:

NameTypeDescription
settingsObjectState settings to set.

Returns:

anychart.core.sankey.elements.Flow - Self instance for method chaining.

normal

Getter for normal state settings.

Returns:

anychart.core.StateSettings - Normal state settings.
Setter for normal state settings.

Params:

NameTypeDescription
settingsObjectState settings to set.

Returns:

anychart.core.sankey.elements.Flow - Self instance for method chaining.

tooltip

Getter for the tooltip.

Returns:

anychart.core.ui.Tooltip - Tooltip instance.
Setter for the tooltip.

Params:

NameTypeDefaultDescription
settingsObject | boolean | null
true
Tooltip settings.

Returns:

anychart.core.sankey.elements.Flow - Self instance for method chaining.