fix: reduce infographic padding to prevent title wrapping
This commit is contained in:
@@ -1088,7 +1088,7 @@ class Action:
|
||||
container: '#' + container.id,
|
||||
width: svgWidth,
|
||||
height: svgHeight,
|
||||
padding: 24,
|
||||
padding: 12,
|
||||
}});
|
||||
|
||||
console.log("[Infographic Image] Rendering infographic...");
|
||||
|
||||
@@ -1149,7 +1149,7 @@ class Action:
|
||||
container: '#' + container.id,
|
||||
width: svgWidth,
|
||||
height: svgHeight,
|
||||
padding: 24,
|
||||
padding: 12,
|
||||
}});
|
||||
|
||||
console.log("[Infographic Image] 渲染信息图...");
|
||||
|
||||
Reference in New Issue
Block a user