G2Plot
G2Plot copied to clipboard
🐛 [BUG] 饼图label 线条覆盖问题
🐛 Bug description [Please make everyone to understand it]
const pieChart = new Pie('pie-container', {
data,
theme: 'custom',
angleField: 'value',
colorField: 'type',
radius: 0.75,
color: colorArray,
pieStyle: {
lineWidth: 0, // 边框宽度
},
legend: false,
label: {
type: 'spider',
labelHeight: 65,
formatter: (data, mappingData) =>
createCustomGroup(data, mappingData),
},
tooltip: false,
interactions: [
{ type: 'element-selected' },
{ type: 'element-active' },
],
});
- G2Plot Version: ^2.4.31
- Platform: react