Browse Source

策略环形图的动态效果的去除

zhulizhen1111 5 years ago
parent
commit
8bee291376
1 changed files with 2 additions and 8 deletions
  1. 2 8
      src/views/strategy/bomBox.vue

+ 2 - 8
src/views/strategy/bomBox.vue

@@ -102,8 +102,9 @@ export default {
                     {
                         name: '',
                         type: 'pie',
-                        radius: ['50%', '70%'],
+                        radius: ['50%', '60%'],
                         avoidLabelOverlap: false,
+                        hoverAnimation: false,
                         label: {
                             normal: {
                                 show: true,
@@ -112,13 +113,6 @@ export default {
                                     return formatter.percent + '%'
                                 }
                             },
-                            emphasis: {
-                                show: true,
-                                textStyle: {
-                                    fontSize: '30',
-                                    fontWeight: 'bold'
-                                }
-                            }
                         },
                         labelLine: {
                             normal: {