Skip to content

Commit aa872d8

Browse files
committed
fix: bug fix
1 parent 1213566 commit aa872d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/platform/src/pages/Dashboard/components/config/useChartState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ export function useChartState(initialComponent: DashboardComponent) {
632632
} else {
633633
numberFormat = metric.numberFormat || {
634634
type: 'number' as const,
635-
decimalPlaces: 2,
635+
decimalPlaces: 0,
636636
unit: undefined,
637637
suffix: undefined,
638638
thousandSeparator: true

0 commit comments

Comments
 (0)