option = { legend : { data : [ '数量', '金额' ] }, xAxis : [ { type : 'category', data : [ 202101,202102,202103,202104,202105,202106,202107,202108,202109,202110,202111,202112 ] } ], yAxis : [ { type : 'value', name : '数量', min : 0, max : 250, }, { type : 'value', name : '金额', min : 0, max : 25, } ], series : [ { name : '数量', type : 'line', data : [ 1585, 1624, 2079, 2284, 2210, 3076, 2566, 2701, 2725, 1693, 2082, 4588, 7082, 3130 ] }, { name : '金额', type : 'line', yAxisIndex : 1, data : [ 132664694, 130532405, 164859781, 156688945, 162058474, 235594609, 189921141, 199414217, 207584843, 140231117, 164260188, 355045859, 525896192, 236276194 ] } ] };