maxiaoxiao 10 月之前
父節點
當前提交
b145449bce
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/echartsTemplate/pie.vue

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

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