From 1b78403816f9692676e8d157e4de39c976684c4d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 24 Dec 2025 21:00:01 +0000 Subject: [PATCH] Vrai --- Vue/Accueil/index.php | 55 +++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 20 deletions(-) diff --git a/Vue/Accueil/index.php b/Vue/Accueil/index.php index 86b730f..0ee94b8 100644 --- a/Vue/Accueil/index.php +++ b/Vue/Accueil/index.php @@ -145,25 +145,6 @@ } }); - // Évolution des cotisations / primes - new Chart(document.getElementById('cotisationLine'), { - type: 'line', - data: { - labels: , - datasets: [{ - label: "Cotisations", - data: , - tension: 0.4, - fill: true - }] - }, - options: { - scales: { - y: { beginAtZero: false } - } - } - }); - // Sinistralité new Chart(document.getElementById('lossRatioBar'), { type: 'bar', @@ -185,5 +166,39 @@ }); - +