From e7f80685d0319db5cd3ee5461b315ecbb451ab20 Mon Sep 17 00:00:00 2001 From: Alexander Dubrawski Date: Tue, 22 Sep 2020 10:24:26 +0200 Subject: [PATCH] Adjust hover template (#767) --- hyrisecockpit/frontend/src/components/metrics/Access.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyrisecockpit/frontend/src/components/metrics/Access.vue b/hyrisecockpit/frontend/src/components/metrics/Access.vue index 7caa58daf..52006ed01 100644 --- a/hyrisecockpit/frontend/src/components/metrics/Access.vue +++ b/hyrisecockpit/frontend/src/components/metrics/Access.vue @@ -27,7 +27,7 @@ :chart-configuration="chartConfiguration" :autosize="false" :max-value="maxValue" - :hover-template="'column: %{text}
chunk: %{y}
%{z} accesses '" + :hover-template="'column: %{text}
chunk: %{y}
%{z:.2s} accesses '" :max-chart-width="1300" /> @@ -54,7 +54,7 @@ :selected-databases="selectedDatabases" :max-chart-width="maxChartWidth" :max-value="maxValue" - :hover-template="'column: %{text}
chunk: %{y}
%{z} accesses '" + :hover-template="'column: %{text}
chunk: %{y}
%{z:.2s} accesses '" />