首页 > echarts的formatter判断数据

echarts的formatter判断数据

用echarts 画饼状图,要在图上显示数据,但是当数据很小时,就被重叠。如图所示:

应该用formatter来判断当数据很小时,数据不显示出来呢

部分代码:

data:[
                    {
                        value:40,
                        name:'3分钟以下',
                        itemStyle:{
                            normal:{
                                color:'#75abdb',
                                label:{
                                    show: true,
                                    formatter: '{d}%',
                                    position:'inner'
                                }
                            }
                        }
                    },
【热门文章】
【热门文章】