不显示Extjs饼标注线

时间:2015-06-01 09:55:03

标签: extjs charts pie-chart

我在extjs中创建了一个饼图但没有显示标注行,请参阅以下屏幕截图和代码:

这是我真正的馅饼:

enter image description here

这就是我想要的:

enter image description here

这是我的代码:

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
                 }
               }
             }
             ]
          });

1 个答案:

答案 0 :(得分:0)

根据Yellen的评论,在4.2.2版本的extjs上添加了calloutLine