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 @@ }); - +