DmChart
Updated Aug 18, 2026
DataMagik Application DesignerDmChart
DmChart — the platform's `chart`, on Chart.js.
States
default
Example
<DmChart />
Props
| Name | Type | Required | Default |
|---|---|---|---|
chartType | DmChartType | 'bar' | |
labels | string[] | () => [] | |
series | DmChartSeries[] | () => [] | |
height | string | '16rem' | |
showLegend | boolean | true | |
max | number | 100 | |
centerLabel | string | undefined | |
emptyTitle | string | 'No data to chart' |