Remove zero fractions from number literals (S7748)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:31:40 +08:00
parent 94e200bded
commit 468fa63201

View File

@@ -220,8 +220,8 @@ const chartData = computed(() => {
label: "Trace", // Dataset label label: "Trace", // Dataset label
data, data,
backgroundColor: selectAreaData, backgroundColor: selectAreaData,
categoryPercentage: 1.0, categoryPercentage: 1,
barPercentage: 1.0, barPercentage: 1,
}, },
], ],
}; };