liuying
2024-11-01 3c10ef337099f10ad5a8043019af3818055bd4c8
yiqi_screen/src/components/ProductionStatistics.vue
@@ -59,7 +59,8 @@
        {
          name: "Access From",
          type: "pie",
          radius: ["25%", "40%"],
          // radius: ["25%", "40%"],
          radius: ["30%", "37%"],//环变细
          center: ["26%", "47%"],
          avoidLabelOverlap: false,
          label: {
@@ -74,7 +75,7 @@
            scale: false,
            label: {
              show: true,
              fontSize: 14,
              fontSize: 15,
              fontWeight: "normal",
            },
          },
@@ -91,7 +92,8 @@
        {
          name: "Access From",
          type: "pie",
          radius: ["25%", "40%"],
          // radius: ["25%", "40%"],
          radius: ["30%", "37%"],//环变细
          center: ["74%", "47%"],
          avoidLabelOverlap: false,
          label: {
@@ -110,7 +112,7 @@
            scale: false,
            label: {
              show: true,
              fontSize: 14, //饼图中间的字体大小
              fontSize: 15, //饼图中间的字体大小
              fontWeight: "normal",
            },
          },