diff --git a/ui/lib/components/MetricChart/index.tsx b/ui/lib/components/MetricChart/index.tsx index 4ce0e97bb0..e0f224bdd6 100644 --- a/ui/lib/components/MetricChart/index.tsx +++ b/ui/lib/components/MetricChart/index.tsx @@ -198,7 +198,7 @@ export default function MetricChart({ type: 'value', axisLabel: { formatter: (v) => { - return valueFormatter(v, 0) + return valueFormatter(v, 1) }, }, splitLine: {