在Ext4中创建配置参数为“ reverse”的NumericAxis
||
使用Ext3.3,我们可以使用配置参数\'reverse \'创建NumericAxis。我想知道如何使用Ext4做到这一点。
以下是3.3的一部分代码:
xtype: \'linechart\',
store: st_rep_spkey_rank,
xField: \'check_date\',
yAxis: new Ext.chart.NumericAxis({
reverse: true, // ### here
maximum: 100,
minimum: 1,
majorUnit: 20,
minorUnit: 10,
displayName: \'Rank\'
}),
series: [{
type: \'line\',
displayName: \'keyword1\',
yField: \'rankG\',
style: {
color:0x9999FF
},
没有找到相关结果
已邀请:
0 个回复