diff --git a/src/packages/components/Charts/Pies/PieCommon/config.ts b/src/packages/components/Charts/Pies/PieCommon/config.ts index 068450b6..73505883 100644 --- a/src/packages/components/Charts/Pies/PieCommon/config.ts +++ b/src/packages/components/Charts/Pies/PieCommon/config.ts @@ -43,7 +43,9 @@ const option = { }, label: { show: false, - position: 'center' + position: 'center', + formatter: '{b}', + fontSize:12 }, emphasis: { label: { diff --git a/src/packages/components/Charts/Pies/PieCommon/config.vue b/src/packages/components/Charts/Pies/PieCommon/config.vue index 55aa8de5..ee6b40f4 100644 --- a/src/packages/components/Charts/Pies/PieCommon/config.vue +++ b/src/packages/components/Charts/Pies/PieCommon/config.vue @@ -7,6 +7,52 @@ + + + + + 展示标签 + + + + + + + + + + + + + + + + 展示引导线 + + + + + + + + 圆角大小 + + + + + + 线条宽度 + + +