Tooltip3D
12 Sep 20251 minute to read
The Tooltip module is used to render the tooltip for chart series.
Methods
mouseMoveHandler
Handles the mouse move event for the 3D chart.
| Parameter | Type | Description |
|---|---|---|
| event |
MouseEvent | PointerEvent | TouchEvent
|
The mouse move event. |
Returns void
seriesStyles
To create Tooltip styles for series
Returns void
tooltip
Handles the tooltip display for the 3D chart.
| Parameter | Type | Description |
|---|---|---|
| e |
MouseEvent | PointerEvent | TouchEvent | KeyboardEvent
|
The event triggering the tooltip display. |
Returns void