maxiaoxiao 10 달 전
부모
커밋
51039eda23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/echartsTemplate/pie.vue

+ 1 - 1
src/components/echartsTemplate/pie.vue

@@ -194,7 +194,7 @@ export default {
       });
       if (cartData.type == "vertical") {
         option.series[0].radius = ["27%", "42%"];
-        option.series[0].center = ["50%", "30%"];
+        option.series[0].center = ["50%", "100"];
         // option.legend.height = "40%";
         option.legend.top = "200";
         option.legend.orient = "vertical";