在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
        },
    
已邀请:

要回复问题请先登录注册