From 13ab093d798223712f2459f9f67e48e7d48adc71 Mon Sep 17 00:00:00 2001 From: argirok Date: Thu, 25 Apr 2024 15:27:19 +0300 Subject: [PATCH] [plugins-functionality | DONE | FIX ] update monitor component --- .../components/stats/monitor.component.html | 18 +++++++++--------- .../components/stats/monitor.component.ts | 2 -- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/dashboard/plugins/components/stats/monitor.component.html b/dashboard/plugins/components/stats/monitor.component.html index 9107e7d2..5cab53c6 100644 --- a/dashboard/plugins/components/stats/monitor.component.html +++ b/dashboard/plugins/components/stats/monitor.component.html @@ -91,31 +91,31 @@
+ [class.semiFiltered]="getActiveIndicatorPath(indicator).filtersApplied < countSelectedFilters()">
{{indicator.name + " "}}
-
+ -
+
-
diff --git a/dashboard/plugins/components/stats/monitor.component.ts b/dashboard/plugins/components/stats/monitor.component.ts index 3285bb8c..f3fbf200 100644 --- a/dashboard/plugins/components/stats/monitor.component.ts +++ b/dashboard/plugins/components/stats/monitor.component.ts @@ -22,7 +22,6 @@ export class MonitorComponent extends MonitorIndicatorStakeholderBaseComponent { stakeholder = null; @Input() pluginObject: PluginStats; profiles; - public chartsActiveType: Map = new Map(); constructor(protected _route: ActivatedRoute, protected _router: Router, protected _meta: Meta, @@ -79,7 +78,6 @@ export class MonitorComponent extends MonitorIndicatorStakeholderBaseComponent { this.activeCategory = null; this.activeSubCategory = null; this.numberResults = new Map(); - this.chartsActiveType = new Map(); this.setView({}); let ids = []; for (let section of this.activeSubCategory.charts) {