yangfeng
2023-12-07 a14cc655ca8e97b8bfe1ffd4b26e73780fccbc4a
src/views/cockpitPage/components/PerSonnelProductivity.vue
@@ -70,6 +70,11 @@
            axisPointer: {
              type: "none",
            },
            textStyle: {
              color: "#00FFFF",
            },
            borderColor: "#00FFFF",
            backgroundColor: "#238d8d6b",
            valueFormatter: function (value) {
              return value + "%";
            },
@@ -256,6 +261,11 @@
          color: ["#dcb018", "#735b09", "#ebd68e", "#c7b36e"],
          tooltip: {
            trigger: "item",
            textStyle: {
              color: "#00FFFF",
            },
            borderColor: "#00FFFF",
            backgroundColor: "#238d8d6b",
            valueFormatter: function (value) {
              return value + "%";
            },
@@ -282,7 +292,6 @@
              type: "pie",
              radius: ["52%", "62%"],
              avoidLabelOverlap: false,
              label: {
                normal: {
                  position: "outer",