The type of the data object for the series
The type of the metadata object for the series
Attempts to retrieve the mouse-leave-series handler for the specified ID
The ID of the handler
OptionalproviderId: stringThe mouse-leave-series handler for the ID, or undefined if not found
Attempts to retrieve the mouse-over-series handler for the specified ID
The ID of the handler
OptionalproviderId: stringThe mouse-over-series handler for the ID, or undefined if not found
Adds a mouse-leave-series handler with the specified ID and handler function
The handler ID
The handler function called when a mouse-leave-series event occurs
The handler ID
Adds a mouse-over-series handler with the specified ID and handler function
The handler ID
The handler function called when a mouse-over-series event occurs. The handler function is handed the series name, the time (x-value), the actual series, and the mouse coordinates over which the mouse has moved over.
The handler ID.
Removes the mouse-leave-series handler with the specified ID
The ID of the handler to remove
Removes the mouse-over-series handler with the specified ID
The ID of the handler to remove
Type representing the values exposed through the useMouse react hook.