From ee115c117d34ed8ebf5e0f8486551c217905f211 Mon Sep 17 00:00:00 2001 From: open seven six ate Date: Thu, 8 Dec 2022 22:52:47 +0000 Subject: [PATCH] minor bugfix --- js/widgets/components/cachart.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/widgets/components/cachart.js b/js/widgets/components/cachart.js index ff6454c..23e5b65 100644 --- a/js/widgets/components/cachart.js +++ b/js/widgets/components/cachart.js @@ -135,7 +135,7 @@ class cCAChart{ switch (poEvent.action){ case cCARuleEvent.actions.set_rule: cDebug.write("set_rule action"); - this.clear(); + this.pr__clear_chart(); } break; //---------------------------------------------------------------------- @@ -144,7 +144,7 @@ class cCAChart{ switch (poEvent.action){ case cCAActionEvent.actions.grid_init: cDebug.write("grid_init action"); - this.clear(); + this.pr__clear_chart(); } break; }