maxiaoxiao 11 月之前
父节点
当前提交
a500567df1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/echartsTemplate/pie.vue

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

@@ -204,6 +204,7 @@ export default {
         option.series[0].center = ["25%", "50%"];
         option.legend.height = "100%";
         option.legend.top = "center";
+        option.legend.left = "50%";
         option.legend.orient = "vertical";
       }
       option.legend.right = cartData.legend_right || "2%";