From f7686f2ba4e9c66e0e41d506eeb4db28d8bc7394 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 26 Jul 2022 15:24:53 +0300 Subject: [PATCH] add subcategory description on top of the indicators --- src/app/monitor/monitor.component.html | 31 +++++++++++++++----------- src/app/openaireLibrary | 2 +- src/assets/common-assets | 2 +- src/assets/openaire-theme | 2 +- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/app/monitor/monitor.component.html b/src/app/monitor/monitor.component.html index ee0ec3b..79fc390 100644 --- a/src/app/monitor/monitor.component.html +++ b/src/app/monitor/monitor.component.html @@ -51,7 +51,7 @@
  • + [queryParams]="queryParams"> {{category.name}}
  • @@ -65,13 +65,18 @@
  • {{subCategory.name}}
  • +
    +
    + {{activeSubCategory.description}} +
    +

    @@ -95,7 +100,7 @@

    @@ -106,12 +111,12 @@
    + uk-height-match="target: .uk-card">
    {{number.title}}
    + [class.semiFiltered]="indicator.indicatorPaths[0].filtersApplied < countSelectedFilters()">
    {{numberResults.get(i + '-' + j) | number}} + class="uk-text-bold uk-hidden">{{numberResults.get(i + '-' + j) | number}}
    {{indicator.name}}
    @@ -144,14 +149,14 @@
    + class="uk-grid uk-grid-column-medium uk-margin-medium-bottom uk-flex uk-flex-middle" uk-grid + uk-height-match="target: .uk-card">
    {{chart.title}}
    + [ngClass]="getChartClassBySize(indicator.width)">
    + [class.semiFiltered]="chartsActiveType.get(i + '-' + j).filtersApplied < countSelectedFilters()">

    {{indicator.name + " "}}
    @@ -174,8 +179,8 @@ [ngClass]="'uk-height-' + (indicator.height?indicator.height.toLowerCase():'medium')">
    + [ngClass]="'uk-height-' + (indicator.height?indicator.height.toLowerCase():'medium')" + src="assets/chart-placeholder.png">