Remove zero fractions from number literals (S7748)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user