Skip to content

Commit

Permalink
Removing the chart when comparison is removed (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Sep 30, 2024
1 parent 28441c1 commit 2b69fb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export class MonitoringStatsComponent implements OnInit {
series: comparisonSeries,
};
this.updateComparisonChartFlag = true;
} else {
this.monitoringComparisonChartOptions = null
}
});
}
Expand Down

0 comments on commit 2b69fb6

Please sign in to comment.