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