这是包含饼图的标签的代码
{
xtype: 'container',
title: 'Chart',
iconCls: 'chart',
itemId: 'chart_Tab',
layout: {
type: 'fit'
},
items: [
{
xtype: 'polar',
autoDestroy: false,
colors: [
'#115fa6',
'#94ae0a',
'#a61120',
'#ff8809',
'#ffd13e',
'#a61187',
'#24ad9a',
'#7c7474',
'#a66111'
],
store: 'elementstore',
series: [
{
type: 'pie',
xField: 'numValue'
}
],
interactions: [
{
type: 'rotate'
}
]
}
]
},
问题是,它确实显示了任何东西,但也没有崩溃……我检查了我的商店里满是要展示的模型。
这是此图表的输出...只有“gpl sencha 生成的标签”根本没有图表...所以我猜有什么问题,但我不能指望它,+ 绝对没有sencha 团队的工作示例......
仍然没有工作会有人知道为什么吗?