From 125820fa6827e075b4d9e11edef3b59e6cfd75df Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 6 Dec 2022 15:18:11 +0200 Subject: [PATCH] minor tweaks for terminology page graph_element --- monitor/methodology/terminology.component.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/monitor/methodology/terminology.component.ts b/monitor/methodology/terminology.component.ts index 40c4f746..dcdb5d45 100644 --- a/monitor/methodology/terminology.component.ts +++ b/monitor/methodology/terminology.component.ts @@ -80,17 +80,17 @@ declare var ResizeObserver;
-
-
+
More information for OpenAIRE Research Graph .
-
-
+
+
-
+
@@ -122,6 +122,7 @@ export class TerminologyComponent implements OnInit, OnDestroy, AfterViewInit, A public graph_offset: number = 0; public graph_height: number = 0; @ViewChild("graph_element") graph_element; + @ViewChild("graph_element_mobile") graph_element_mobile; public contentSections: string[] = ['entities', 'inherited-and-inferred-attributes', 'constructed-attributes']; public activeSection: string; public properties = properties;