当前位置: 代码迷 >> 综合 >> echarts 饼图 labelLine
  详细解决方案

echarts 饼图 labelLine

热度:27   发布时间:2024-01-18 18:15:37.0

要的问题

tips展示被遮住


解决方法

将饼图的长度调短

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