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 '"
/>