diff --git a/src/packages/components/Charts/Pies/PieCommon/config.ts b/src/packages/components/Charts/Pies/PieCommon/config.ts
index 73505883..1f999a51 100644
--- a/src/packages/components/Charts/Pies/PieCommon/config.ts
+++ b/src/packages/components/Charts/Pies/PieCommon/config.ts
@@ -18,7 +18,14 @@ export const PieTypeObject = {
[PieTypeEnum.ROSE]: 'rose'
}
+// 其它配置
+const otherConfig = {
+ // 轮播动画
+ isCarousel: false,
+}
+
const option = {
+ ...otherConfig,
type: 'ring',
tooltip: {
show: true,
diff --git a/src/packages/components/Charts/Pies/PieCommon/config.vue b/src/packages/components/Charts/Pies/PieCommon/config.vue
index eaa91dd1..2dd38301 100644
--- a/src/packages/components/Charts/Pies/PieCommon/config.vue
+++ b/src/packages/components/Charts/Pies/PieCommon/config.vue
@@ -1,88 +1,99 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 展示标签
-
-
-
-
-
- 引导线
-
-
-
-
-
-
-
-
-
-
-
-
-
- 圆角大小
-
-
-
-
-
- 线条宽度
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 开启(将自动隐藏图例)
+
+
+
+ 无鼠标点击图例场景时,可强行打开图例
+
+
+
+
+
+
+ 展示标签
+
+
+
+
+
+ 引导线
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 圆角大小
+
+
+
+
+
+ 线条宽度
+
+
+
+
+
+
+
diff --git a/src/packages/components/Charts/Pies/PieCommon/index.vue b/src/packages/components/Charts/Pies/PieCommon/index.vue
index f8706ad4..a662df38 100644
--- a/src/packages/components/Charts/Pies/PieCommon/index.vue
+++ b/src/packages/components/Charts/Pies/PieCommon/index.vue
@@ -1,64 +1,146 @@
-
-
-
-
-
+
+
+
+
+