Commit 2972292f authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '329702-implement-pluralization-logic-for-single-stat-metrics' into 'master'

Add decimal places to VSA metrics

See merge request gitlab-org/gitlab!62188
parents e96d5b62 66523b21
......@@ -102,6 +102,7 @@ export default {
:title="metric.label"
:unit="metric.unit || ''"
:should-animate="true"
:animation-decimal-places="1"
tabindex="0"
/>
<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