WXL
2025-01-08 c1139d1a4d4de8762ee58cac7c218bcb4d091f7e
src/views/sfstatistics/Voicedetail/index.vue
@@ -163,6 +163,7 @@
  },
  methods: {
    // 饼图
    fucazChartsInit() {
      var fucazCharts = echarts.init(this.fucazCharts);
      console.log(fucazCharts);
@@ -187,6 +188,10 @@
            },
            label: {
              show: false,
              formatter(param) {
                // correct the percentage
                return param.name + " (" + param.percent * 2 + "%)";
              },
              position: "center",
            },
            emphasis: {