adjust chart left margin

This commit is contained in:
MaysWind
2026-04-19 21:59:37 +08:00
parent cd8f746745
commit f56b5c471d
+1 -1
View File
@@ -120,7 +120,7 @@ const heatMapData = computed<HeatMapData>(() => {
});
const yAxisWidth = computed<number>(() => {
let width: number = 90;
let width: number = 60;
if (!heatMapData.value || !heatMapData.value.allSeriesNames) {
return width;