Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Adjust hover template (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Dubrawski authored Sep 22, 2020
1 parent ac7f6c8 commit e7f8068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyrisecockpit/frontend/src/components/metrics/Access.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:chart-configuration="chartConfiguration"
:autosize="false"
:max-value="maxValue"
:hover-template="'<b>column: %{text}</b> <br><b>chunk: %{y}</b> <br>%{z} accesses <extra></extra>'"
:hover-template="'<b>column: %{text}</b> <br><b>chunk: %{y}</b> <br>%{z:.2s} accesses <extra></extra>'"
:max-chart-width="1300"
/>
</template>
Expand All @@ -54,7 +54,7 @@
:selected-databases="selectedDatabases"
:max-chart-width="maxChartWidth"
:max-value="maxValue"
:hover-template="'<b>column: %{text}</b> <br><b>chunk: %{y}</b> <br>%{z} accesses <extra></extra>'"
:hover-template="'<b>column: %{text}</b> <br><b>chunk: %{y}</b> <br>%{z:.2s} accesses <extra></extra>'"
/>
</div>
</template>
Expand Down

0 comments on commit e7f8068

Please sign in to comment.