Interface KpiChartEventProps Beta
Event props for the KpiChart component.
Properties
Callbacks
onBeforeRender
onBeforeRender?:
KpiBeforeRenderHandler
A callback that allows you to customize the computed KPI render options before the card is rendered. The returned options are used for painting.
onDataPointClick
onDataPointClick?:
KpiDataPointEventHandler
Click handler callback for the KPI card.
onDataPointContextMenu
onDataPointContextMenu?:
KpiDataPointEventHandler
Context menu handler callback for the KPI card.
onDataReady
onDataReady?: (
data) =>Data
A callback that allows to modify data immediately after it has been retrieved. It can be used to inject modification of queried data.
Parameters
| Parameter | Type |
|---|---|
data | Data |