Search results

CircularChartTooltip3D API in React Circularchart3d API component

The CircularChart3DTooltip module is used to render tooltips for a circular 3D chart.

Methods

mouseLeaveHandler

Handles the mouse leave event for the circular 3D chart.

Returns void

mouseMoveHandler

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

mouseUpHandler

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