How to add additional stacked bar widget?

Since there are default widgets

Bar chart - Chart.js documentation
Bubble chart - Chart.js documentation
Doughnut chart - Chart.js documentation
Line chart - Chart.js documentation
Pie chart - Chart.js documentation
Polar area chart - Chart.js documentation
Radar chart - Chart.js documentation
Scatter chart - Chart.js documentation

how to add additional staked bar chart?
Solution
Stack Overflow
Good day, I need your assistance/guidance in creating a stacked bar chart using Chartjs in Laravel Filament. I have a tabled named 'Tasks' that has a relation with 'Clients' table. The fields for e...
Was this page helpful?