Type alias KpiDataPointEventHandler Beta
KpiDataPointEventHandler: (
point,nativeEvent) =>void
A handler function that allows to customize what happens when a KPI chart is clicked.
Parameters
| Parameter | Type |
|---|---|
point | KpiDataPoint |
nativeEvent | MouseEvent |
Returns
void