From 2cb58543fada7a61266577114fed164418b3e103 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 31 Dec 2025 11:50:34 +0000 Subject: [PATCH] a --- Js/fonctions.js | 6 ++++++ Vue/gabarit.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 4b5da4f..ef5570d 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -926,6 +926,12 @@ function graphique_sinistre() { }); } +function reset_graphique() { + // Vide complètement la zone des graphiques + $("#div_graphique").empty(); +} + + // --- Charts --- function renderClaimsChart(claims) { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index b358d4b..c594726 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,13 +595,13 @@ $activeChildId = $menuData['child']; - +