The value of the fan page of the pie chart is less than a certain value. The
label and labelLine of this fan page are not displayed.
options={
title: {
text: '饼图标题',
left: 16,
textStyle: {
fontSize: 14
}
},
tooltip: {
trigger: 'item',
axisPointer: {
//坐标轴指示器,坐标轴触发有效type: 'shadow'//默认为直线,可选为:'line'|'shadow'
},
extraCssText: 'max-width: 300px; word-break:break-all; white-space: normal'
},
legend: {
data: [
]
},
series: [
{
type: 'pie',
label: {
normal: {
show: true,
limitScale: 0.02//小于2%的,不显示
},
emphasis: {
show: true,
textStyle: {
fontSize: '14',
fontWeight: 'bold'
}
}
},
labelLine: {
lineStyle: {
color: '#D9D9D9'
}
},
data: [
]
}
]
};
[ Full content available at:
https://github.com/apache/incubator-echarts/pull/8997 ]
This message was relayed via gitbox.apache.org for [email protected]