11
heimawl
2023-07-20 c81b2f6682de864fbd0fd8674e2d5fff9a2c9b8a
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: {