maxiaoxiao před 10 měsíci
rodič
revize
51039eda23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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";