mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
adjust chart left margin
This commit is contained in:
@@ -120,7 +120,7 @@ const heatMapData = computed<HeatMapData>(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const yAxisWidth = computed<number>(() => {
|
const yAxisWidth = computed<number>(() => {
|
||||||
let width: number = 90;
|
let width: number = 60;
|
||||||
|
|
||||||
if (!heatMapData.value || !heatMapData.value.allSeriesNames) {
|
if (!heatMapData.value || !heatMapData.value.allSeriesNames) {
|
||||||
return width;
|
return width;
|
||||||
|
|||||||
Reference in New Issue
Block a user