Authored by 鲁尚清

在饼图组件页面中,更改label的padding,左右已经更改为0,如若还是展示不全,可换成实心饼图或者把组件宽度改大一些

... ... @@ -132,7 +132,7 @@ export default {
formatter: `{a|{b}:${numberValue} ${percentage}}`,
rich: {
a: {
padding: [-30, 15, -20, 15],
padding: [-30, 0, -20, 0],
color: optionsSetup.subTextColor,
fontSize: optionsSetup.fontSize,
fontWeight: optionsSetup.fontWeight
... ...