Include graph.js and build some dashboard tiles.

This commit is contained in:
2025-02-03 16:58:31 +01:00
parent ade1bfb863
commit 92e9511550
9 changed files with 242 additions and 56 deletions

View File

@@ -2,8 +2,10 @@ import './bootstrap';
import Alpine from 'alpinejs';
import sort from '@alpinejs/sort';
import Chart from "chart.js/auto";
Alpine.plugin(sort);
window.Alpine = Alpine;
window.Chart = Chart;
Alpine.start();