adjust the size and margin of treemap

This commit is contained in:
MaysWind
2026-04-23 23:25:10 +08:00
parent 0b984b3c20
commit 0c427e9857
+5
View File
@@ -161,6 +161,11 @@ const chartOptions = computed<object>(() => {
breadcrumb: { breadcrumb: {
show: false show: false
}, },
width: '100%',
height: '100%',
right: 20,
top: 0,
bottom: 20,
data: treeMapData.value, data: treeMapData.value,
levels: [ levels: [
{ {