BUS2015818/19echarts 柱状配置项内容和展示

配置项如下
      app.title = '折柱混合';
//已修正2
option = {
    tooltip: {
        trigger: 'axis'
    },
    dataZoom: [{ // 这个dataZoom组件,默认控制x轴。
        type: 'slider', // 这个 dataZoom 组件是 slider 型 dataZoom 组件
        start: 10, // 左边在 10% 的位置。
        end: 60 // 右边在 60% 的位置。
    }, { // 这个dataZoom组件,也控制x轴。
        type: 'inside', // 这个 dataZoom 组件是 inside 型 dataZoom 组件
        start: 10, // 左边在 10% 的位置。
        end: 60 // 右边在 60% 的位置。
    }],
    toolbox: {
        feature: {
            dataView: {
                show: true,
                readOnly: false
            },
            magicType: {
                show: true,
                type: ['line', 'bar']
            },
            restore: {
                show: true
            },
            saveAsImage: {
                show: true
            }
        }
    },
    legend: {
        data: ['Time', 'speed(m/min)']
    },
    xAxis: [{
        type: 'category',
        data: [
'2015-08-18 17:35:03',
'2015-08-18 17:50:03',
'2015-08-18 18:05:03',
'2015-08-18 18:20:03',
'2015-08-18 18:35:03',
'2015-08-18 18:50:03',
'2015-08-18 19:05:03',
'2015-08-18 19:20:03',
'2015-08-18 19:35:03',
'2015-08-18 19:50:03',
'2015-08-18 20:05:03',
'2015-08-18 20:20:03',
'2015-08-18 20:35:03',
'2015-08-18 20:50:03',
'2015-08-18 21:05:03',
'2015-08-18 21:20:03',
'2015-08-18 21:35:03',
'2015-08-18 21:50:03',
'2015-08-18 22:05:03',
'2015-08-18 22:20:03',
'2015-08-18 22:35:03',
'2015-08-18 22:50:03',
'2015-08-18 23:05:03',
'2015-08-18 23:20:03',
'2015-08-18 23:35:03',
'2015-08-18 23:50:03',
'2015-08-19 00:05:03',
'2015-08-19 00:20:03',
'2015-08-19 00:35:03',
'2015-08-19 00:50:03',
'2015-08-19 01:05:03',
'2015-08-19 01:20:03',
'2015-08-19 01:35:03',
'2015-08-19 01:50:03',
'2015-08-19 02:05:03',
'2015-08-19 02:20:03',
'2015-08-19 02:35:03',
'2015-08-19 02:50:03',
'2015-08-19 03:05:03',
'2015-08-19 03:20:03',
'2015-08-19 03:35:03',
'2015-08-19 03:50:03',
'2015-08-19 04:05:03',
'2015-08-19 04:20:03',
'2015-08-19 04:35:03',
'2015-08-19 04:50:03',
'2015-08-19 05:05:03',
'2015-08-19 05:20:03',
'2015-08-19 05:35:03',
'2015-08-19 05:50:03',
'2015-08-19 06:05:03',
'2015-08-19 06:20:03',
'2015-08-19 06:35:03',
'2015-08-19 06:50:03',
'2015-08-19 07:05:03',
'2015-08-19 07:20:03',
'2015-08-19 07:35:03',
'2015-08-19 07:50:03',
'2015-08-19 08:05:03',
'2015-08-19 08:20:03',
'2015-08-19 08:35:03',
'2015-08-19 08:50:03',
'2015-08-19 09:05:03',
'2015-08-19 09:20:03',
'2015-08-19 09:35:03',
'2015-08-19 09:50:03',
'2015-08-19 10:05:03',
'2015-08-19 10:20:03',
'2015-08-19 10:35:03',
'2015-08-19 10:50:03',
'2015-08-19 11:05:03',
'2015-08-19 11:20:03',
'2015-08-19 11:35:03',
'2015-08-19 11:50:03',
'2015-08-19 12:05:03',
'2015-08-19 12:20:03',
'2015-08-19 12:35:03',
'2015-08-19 12:50:03',
'2015-08-19 13:05:03',
'2015-08-19 13:20:03',
'2015-08-19 13:35:03',
'2015-08-19 13:50:03',
'2015-08-19 14:05:03',
'2015-08-19 14:20:03',
'2015-08-19 14:35:03',
'2015-08-19 14:50:03',
'2015-08-19 15:05:03',
'2015-08-19 15:20:03',
'2015-08-19 15:35:03',
'2015-08-19 15:50:03',
'2015-08-19 16:05:03',
'2015-08-19 16:20:03',
'2015-08-19 16:35:03',
'2015-08-19 16:50:03',
'2015-08-19 17:05:03',
'2015-08-19 17:20:03',
'2015-08-19 17:35:03',
'2015-08-19 17:50:03',
'2015-08-19 18:05:03',
'2015-08-19 18:20:03',
'2015-08-19 18:35:03',
'2015-08-19 18:50:03',
'2015-08-19 19:05:03',
'2015-08-19 19:20:03',
'2015-08-19 19:35:03',
'2015-08-19 19:50:03',
'2015-08-19 20:05:03',
'2015-08-19 20:20:03',
'2015-08-19 20:35:03',
'2015-08-19 20:50:03',
'2015-08-19 21:05:03',
'2015-08-19 21:20:03',
'2015-08-19 21:35:03',
'2015-08-19 21:50:03',
'2015-08-19 22:05:03',
'2015-08-19 22:20:03',
'2015-08-19 22:35:03',
'2015-08-19 22:50:03',
'2015-08-19 23:05:03',



        ]
    }],
    yAxis: [{
        type: 'value',
        name: 'group',
        min: 0,
        max: 1000,
        axisLabel: {
            formatter: '{value} '
        }
    }, {
        type: 'value',
        name: 'speed(m/min)',
        min: 0,
        max: 1000,
        axisLabel: {
            formatter: '{value}m/min '
        }
    }],
    series: [{
        name: 'group',
        type: 'bar',
        //yAxisIndex: 1,
        data: [2, 3, 1, 3, 2, 490, 508, 499, 483, 464, 461, 453, 437, 417, 400, 386, 369, 347, 324, 293, 266, 251, 226, 211, 188, 185, 181, 176, 175, 176, 175, 176, 175, 175, 175, 172, 172, 176, 164, 168, 165, 167, 172, 173, 176, 190, 225, 280, 334, 387, 436, 469, 509, 529, 545, 551, 558, 561, 560, 563, 576, 574, 566, 560, 552, 544, 541, 531, 522, 520, 523, 516, 505, 505, 499, 497, 493, 497, 492, 496, 491, 484, 492, 496, 505, 508, 516, 528, 544, 540, 550, 554, 552, 554, 552, 549, 545, 543, 545, 542, 530, 518, 510, 499, 501, 480, 461, 446, 425, 423, 399, 382, 360, 300, 0, 0, 0, 0, 0
]   },
{
        name: 'speed(m/min)',
        type: 'line',
        data: [0, 0, 0, 0, 0.0, 190.55118162318902, 187.46702362069595, 180.28718666857625, 185.96649567486892, 192.3238339828083, 206.61783043138394, 202.4679895350236, 197.35831082563462, 202.43626809030988, 197.75047309020266, 183.98958703743014, 187.4565848267268, 190.2515778711202, 191.7775420242742, 160.04623967442802, 140.55836792987822, 115.76961748560596, 94.20290271872089, 63.456047657228, 38.95858230198874, 31.164097526375144, 25.012349719482927, 20.78856557393966, 14.612811359784144, 15.70525399194027, 15.250080141210764, 8.778201513646167, 8.816271786802796, 4.1104943130927465, 9.626329811363261, 12.54012873248654, 12.2374347238568, 7.965244795208821, 5.154371173043638, 6.090150185435064, 6.950188209218226, 7.636609150309456, 11.008878856132052, 12.024830153734088, 17.094468450750444, 22.146001046947788, 39.80633700486873, 78.73468982679921, 136.2433862515109, 180.69149907238145, 211.52987395520407, 240.78279873018602, 246.86277288993747, 240.621916630311, 235.48489870738044, 222.4756562161615, 213.3513425220542, 200.788140040935, 190.31996512300444, 201.5816405117348, 199.97314648798945, 203.7586393942363, 204.24537155501193, 209.10396577068988, 207.0723552042663, 207.18645922508784, 199.39354808884136, 188.35752932409315, 192.44628562189286, 199.39616632063138, 190.35125882434622, 185.74389027509483, 187.4786376828237, 193.56217898026762, 197.72596660459217, 192.70479481873875, 183.37516043588315, 189.5725175554531, 187.10772672907908, 172.4718029367016, 160.7651701928478, 164.7809720941333, 156.38572965197835, 160.63654826922752, 160.2227045596077, 163.93250513929914, 176.5794011184494, 174.3733193856676, 180.1783345298767, 181.94280276905326, 182.86440305583463, 184.53228994015348, 186.84212598149276, 192.6545069168272, 188.40437612640562, 192.07981425087678, 186.80139053337237, 178.10142337611026, 182.44495822679878, 182.8372914527423, 190.94339453245985, 191.5507565602327, 199.35352173486126, 221.97396329869795, 202.24727408920555, 210.0009468130207, 219.1308138990755, 211.58140632434376, 200.0956362511118, 184.3510956687623, 194.01332905938372, 176.031905088704, 179.72723152237768, 173.95760047870044, 0, 0, 0, 0, 0
]    }/*{
        name: 'speed(m/min)',
        type: 'line',
        data: [0.0, 69.6529161710857, 318.2759427656147, 171.49001559772893, 188.0268992490197, 339.42986474959537, 240.68967877053342, 228.50624781336145, 206.99801518036665, 193.51226553089253, 225.58319452711575, 167.96146455393202, 207.78988857036606, 188.58765681746493, 298.7391331275312, 282.93869070422693, 244.47751046391227, 233.59993436779317, 222.14070729471592, 211.60267008262753, 181.3836882571177, 157.73613749771587, 140.892409957325, 112.57456275636241, 96.00444016229794, 82.51527499123469, 54.01997691097203, 61.00072150675817, 86.1262637031219, 72.26949680221698, 91.10054778692101, 111.51001362629671, 85.95013622702946, 124.97078909003963, 120.75668890018984, 79.17688140336034, 67.72253077035414, 21.630952118532083, 13.868740251662297, 15.301169617942, 23.439078079223187, 14.458909062731164, 9.16087949739492, 24.45284027956526, 15.05283795207305, 48.46474870936043, 47.85610084975943, 97.57129550502513, 184.37389857704534, 222.58014056938282, 231.68815875812723, 231.39932147696655, 238.47671997185338, 238.87546905148986, 235.64242713521313, 229.80919888768358, 221.94387966483674, 214.05725849474416, 207.08311345825413, 212.2701372738831, 212.80864488834257, 219.91613620383484, 220.27022329740558, 224.04509242087772, 225.01449601304077, 220.3731793557828, 210.82799593178444, 213.29975608273094, 214.74484063308267, 215.88178689878058, 205.72804711117962, 198.925331245655, 214.04087251203904, 217.9074443224964, 222.91771609597927, 224.9940382986558, 214.83893433713985, 221.40014070004023, 215.37582995791854, 205.49335577483603, 210.0592422962401, 214.92983112390482, 214.30009454189027, 214.28226118793685, 220.30338507499926, 215.4903719111466, 223.75497689145928, 227.87885428406508, 233.28011428030646, 227.74694620100695, 230.78557544470902, 230.3629753325236, 231.17969615035753, 235.29749902884956, 227.7914663271955, 225.9199244164338, 213.92924652055794, 217.06271150722284, 210.18727839393847, 216.38219125309706, 221.08342540561705, 220.41826007627475, 225.49379947745103, 223.4434492444689, 224.82149562438062, 220.62095344478942, 222.45910071150982, 226.10031316372715, 227.68183104904, 226.75596835137773, 234.21749453415586, 235.89961933343662, 227.52185492203148, 222.50281614219028, 216.83564670243825, 192.53953459270568, 174.2267833739287, 160.8655363770933, 139.99957928004648
]    }*/]
};
    
截图如下