✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias DataPointEventHandler
DataPointEventHandler: (
event
) =>void
A handler function that allows you to customize what happens when certain events occur to a data point.
# Parameters
Parameter | Type |
---|---|
event | DataPointEvent |
# Returns
void