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";