Browse Source

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

lkk 8 months ago
parent
commit
d9abc0b74d
1 changed files with 2 additions and 2 deletions
  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") {
       if (cartData.type == "vertical") {
         option.series[0].radius = ["27%", "42%"];
         option.series[0].radius = ["27%", "42%"];
         option.series[0].center = ["50%", "30%"];
         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.orient = "vertical";
         option.legend.left = "2%";
         option.legend.left = "2%";
       } else {
       } else {