✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias ChartDataPointClickEventHandler
ChartDataPointClickEventHandler: (
event
) =>void
Click handler for when a data point on Chart is clicked.
# Parameters
Parameter | Type |
---|---|
event | ChartDataPointClickEvent |
# Returns
void