mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-13 22:47:33 +08:00
adjust chart left margin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user