Commit 66523b21 authored by wortschi's avatar wortschi

Add decimal places for VSA metrics

parent e0f653a5
...@@ -102,6 +102,7 @@ export default { ...@@ -102,6 +102,7 @@ export default {
:title="metric.label" :title="metric.label"
:unit="metric.unit || ''" :unit="metric.unit || ''"
:should-animate="true" :should-animate="true"
:animation-decimal-places="1"
tabindex="0" tabindex="0"
/> />
<gl-popover :target="metric.key" placement="bottom"> <gl-popover :target="metric.key" placement="bottom">
......
---
title: 'VSA: Add decimal places to metrics'
merge_request: 62188
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment