echarts饼图的白边

在这里插入图片描述

  • 实现echarts的白边
    在这里插入图片描述
  itemStyle: {
    
    
          normal: {
    
    
            borderRadius: 2,
            borderColor: 'rgba(255, 255, 255, 1 )',
            borderWidth: 1,
            color: function(params) {
    
    
              return colorList[params.dataIndex]
            }
          }
        },
  • echarts的demo地址https://www.makeapie.com/editor.html?c=xVuZgtOXUA

猜你喜欢

转载自blog.csdn.net/weixin_43794749/article/details/121428261