我已经使用 Extjs 4.1 完成了应用程序。我已经绘制了折线图,在这个 x 轴日期格式不正确。我已经定义了 fromdate、todate 和 date 格式,但是复制 12 月,2 月不会到来。线绘制正确。如需更多参考,请附上图片。任何机构都可以告诉我如何解决这个问题吗?大挪用。谢谢你。
代码在这里:
{
type:'Time',
step: [Ext.Date.MONTH,1] ,
position:'bottom',
fields:['Month'],
fromDate: new Date('12/1/12'),
toDate: new Date('6/1/13'),
grid: true,
dateFormat: 'M Y',
constrain: true,
}