Explorar el Código

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

zhulizhen1111 hace 5 años
padre
commit
8bee291376
Se han modificado 1 ficheros con 2 adiciones y 8 borrados
  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: {