Page History
...
| Token | Description |
|---|---|
| displayName | Display name in the structure panel. |
| id | Unique identifier of the component. |
| dataTestId | Testing hook ID. |
| useMockData | Toggles between mock data and real data. |
| dataSourceId | ID of the configured data source used by the chart. |
| getEntityCollectionHttpRequestParametersMap | HTTP request parameters mapping for data fetching. |
| chartConfiguration | Configuration model for axis, series, and constant lines. |
| elements | Child dynamic elements rendered within the chart container. |
| events | Configures events the component can trigger. |
| ON_INIT (Events) | Event fired when the chart initializes. |
| ON_DESTROY (Events) | Event fired when the chart is destroyed. |
| paddingClass | Spacing via CSS classes. |
| visibilityPolicySetId | Policy-set–based visibility control. |
| displayConditions | Conditions controlling component display. |
| customTooltipTemplate | Enables a custom tooltip template. |
...