• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

SankeyTooltip

Represents the Sankey tooltip configuration.

NameTypeDefaultDescription

delay?

number

200

Represents the delay of the tooltip displaying. The delay is measured in milliseconds.

followPointer?

boolean

false

Indicates whether the tooltip will follow the mouse pointer.

linkComponent?

ComponentType<TooltipContentProps>

The component that will be rendered as the content of the Sankey tooltip when the hovered element is a link.

nodeComponent?

ComponentType<TooltipContentProps>

The component that will be rendered as the content of the Sankey tooltip when the hovered element is a node.

offset?

number

12

The distance between the tooltip and the mouse pointer in pixels.

visible?

boolean

Indicates whether the Sankey tooltips will be rendered.