The CircularChart3DTooltip
module is used to render tooltips for a circular 3D chart.
Handles the mouse leave event for the circular 3D chart.
Returns void
Handles the mouse move event for the circular 3D chart.
Parameter | Type | Description |
---|---|---|
event | PointerEvent | TouchEvent |
The mouse or touch event. |
chart | CircularChart3D |
The circular 3D chart instance. |
Returns void
Handles the mouse up event for the circular 3D chart.
Parameter | Type | Description |
---|---|---|
event | PointerEvent | TouchEvent |
The mouse or touch event. |
chart | CircularChart3D |
The circular 3D chart instance. |
Returns void