/ Chart3d / Tooltip3D
Search results

Tooltip3D API in Vue Chart3d API component

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