fix: reduce infographic padding to prevent title wrapping

This commit is contained in:
fujie
2026-01-07 07:12:46 +08:00
parent a2422262b5
commit 63c5257162
2 changed files with 2 additions and 2 deletions

View File

@@ -1088,7 +1088,7 @@ class Action:
container: '#' + container.id,
width: svgWidth,
height: svgHeight,
padding: 24,
padding: 12,
}});
console.log("[Infographic Image] Rendering infographic...");

View File

@@ -1149,7 +1149,7 @@ class Action:
container: '#' + container.id,
width: svgWidth,
height: svgHeight,
padding: 24,
padding: 12,
}});
console.log("[Infographic Image] 渲染信息图...");