diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index dc1679c..e91830f 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit dc1679c56534a505836bc505c75adc3c7ac77fda +Subproject commit e91830f2f8c1182c6e728f87a03af3a2932d816e diff --git a/src/app/shared/monitor/monitor.component.html b/src/app/shared/monitor/monitor.component.html index 135e4a8..2155941 100644 --- a/src/app/shared/monitor/monitor.component.html +++ b/src/app/shared/monitor/monitor.component.html @@ -115,34 +115,39 @@
{{getSectionDescription(chart)}}
{{getSectionTitle(chart)}}
-
-
+ [class.semiFiltered]="getActiveIndicatorPath(indicator).filtersApplied < countSelectedFilters()"> +
{{indicator.name + " "}}
-
+
-
@@ -194,7 +199,7 @@
-
<iframe width="500" height="500" 
src="{{chartsActiveType.get(activeChartSectionIndex + '-' + j).safeResourceUrl.changingThisBreaksApplicationSecurity}}"
allowfullscreen="true" mozallowfullscreen="true">
</iframe>
+
<iframe width="500" height="500" 
src="{{getActiveIndicatorPath(indicator).safeResourceUrl.changingThisBreaksApplicationSecurity}}"
allowfullscreen="true" mozallowfullscreen="true">
</iframe>