我在extjs中创建了一个饼图但没有显示标注行,请参阅以下屏幕截图和代码:
这是我真正的馅饼:
这就是我想要的:
这是我的代码:
Ext.create('Ext.chart.Chart', {
renderTo: 'infos2',
width: 500,
height: 300,
animate: true,
store: store2,
series: [
{
type: 'pie',
highlight: {
segment: {
margin: 20
}
},
field: 'population',
label: {
field: 'state',
display: 'outside',
font: '12px Arial',
calloutLine: {
width: 5,
length: 30
}
}
}
]
});
答案 0 :(得分:0)
根据Yellen的评论,在4.2.2版本的extjs上添加了calloutLine