fix:饼图添加内边距配置

main
liu.shiyi 1 year ago
parent a72a4611c4
commit 4503407fb1

@ -367,6 +367,16 @@ const setting = [
value: '#e9e9e9',
tabName: 'custom',
groupName: 'legend'
},
// 内边距 appendPadding
{
label: '',
type: 'appendPadding',
field: 'appendPadding',
optionField: 'appendPadding',
value: [0, 0, 0, 0],
tabName: 'custom',
groupName: 'appendPadding'
}
]

@ -224,6 +224,16 @@ const setting = [
value: '#e9e9e9',
tabName: 'custom',
groupName: 'legend'
},
// 内边距 appendPadding
{
label: '',
type: 'appendPadding',
field: 'appendPadding',
optionField: 'appendPadding',
value: [0, 0, 0, 0],
tabName: 'custom',
groupName: 'appendPadding'
}
]

Loading…
Cancel
Save