ページ · Laravilt
Widgets FAQ
Questions about stats and chart widgets on dashboards.
Dashboard charts and stats are built in PHP with laravilt/widgets. There are no separate frontend chart components to import.
How do I create a stats widget?
php
How do I add a trend icon or mini chart to a stat?
php
See Stats Overview.
How do I create a line or bar chart?
php
PieChartWidget::make(labels: [...], data: [...]) is also available. See Line Chart, Bar Chart and Pie Chart.
How do I refresh a widget automatically?
php