mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
adjust the size and margin of treemap
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user