解决方法

将饼图的长度调短

 

series: [{
  name: '',
  type: 'pie',
  radius: '55%',
  center: ['50%', '60%'],
  itemStyle: {
    normal: {
      label: {
        show: true,
      },
      labelLine: {
        show: true,
        length:0.001
      }
    }
  },

  

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-10-24
  • 2021-04-15
  • 2022-02-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案