add bubble chart, fix dashboard perf

This commit is contained in:
Tykayn 2025-06-21 10:26:55 +02:00 committed by tykayn
parent ca00f8c0be
commit ad4170db14
8 changed files with 335 additions and 248 deletions

View file

@ -7,11 +7,17 @@
// any CSS you import will output into a single css file (app.css in this case)
import './styles/app.css';
// start the Stimulus application
// import './bootstrap';
import './utils.js';
import './opening_hours.js';
import './josm.js';
import './edit.js';
import Chart from 'chart.js/auto';
window.Chart = Chart;
// Attendre le chargement du DOM
document.addEventListener('DOMContentLoaded', () => {