WXL
2024-09-09 5c35457d2cc1fd0dcf8de9f3de838d58e8296cb8
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: {