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