Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
open768 committed Dec 8, 2022
1 parent c01aec6 commit ee115c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/widgets/components/cachart.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
//----------------------------------------------------------------------
Expand All @@ -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;
}
Expand Down

0 comments on commit ee115c1

Please sign in to comment.