الصفحات · Laravilt
Widget Types
The built-in stats and chart widgets.
Laravilt ships one stats widget and three chart widgets. All chart widgets extend Laravilt\Widgets\ChartWidget, which adds data(array $data), options(array $options) for raw Chart.js options, and height(int $height).
| Widget | Class | Use it for |
|---|---|---|
| Stats Overview | StatsOverviewWidget + Stat | KPI cards with optional sparklines |
| Line Chart | LineChartWidget | Trends over time, including area charts |
| Bar Chart | BarChartWidget | Comparing categories, stacked or horizontal |
| Pie Chart | PieChartWidget | Proportions, as pie or doughnut |