ReadonlytypeChart type — matches Chart.js chart types
Optional ReadonlytitleChart title displayed above the chart
ReadonlydataChart data (labels + datasets)
Optional ReadonlyoptionsOptional Chart.js options override (scales, plugins, annotation, etc.)
Chart configuration for dashboard visualizations. Generates a
<canvas>element with embedded JSON configuration that can be hydrated by Chart.js on the client side.