XL20150818/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: [1, 1, 1, 2, 2, 3, 4, 6, 5, 7, 6, 8, 7, 7, 6, 8, 368, 355, 312, 270, 232, 174, 125, 93, 61, 48, 33, 22, 17, 13, 11, 11, 11, 10, 11, 10, 9, 8, 7, 8, 7, 6, 6, 6, 7, 19, 63, 116, 183, 259, 356, 472, 586, 683, 777, 845, 884, 917, 929, 931, 945, 939, 935, 927, 912, 907, 891, 872, 847, 815, 815, 786, 728, 700, 666, 649, 637, 604, 595, 596, 582, 589, 608, 617, 623, 653, 661, 683, 702, 740, 763, 791, 813, 838, 862, 880, 886, 888, 884, 872, 859, 851, 831, 811, 778, 746, 702, 666, 617, 561, 513, 465, 430, 375, 329, 272, 219, 167, 122
]   },
{
        name: 'speed(m/min)',
        type: 'line',
        data: [0.0, 68.45200382330837, 312.45781688605575, 172.94016145966336, 185.55724375948074, 339.1560499208644, 290.8752352012208, 278.9428767673861, 243.47812249825466, 220.07514929278375, 227.66982451246236, 169.852364096952, 220.5593988256774, 245.81121847193094, 285.85997469705956, 299.1389008193399, 246.79838584316715, 244.7025338906591, 236.11975689067745, 230.35900044526815, 197.7584028612914, 179.01166008246113, 162.4276956141473, 128.80897123421803, 108.35364620339934, 87.80898018895505, 58.95196656479934, 73.09542531337671, 97.67272701920814, 61.11360318616697, 79.58375789035749, 111.0287507478355, 89.29043916612912, 123.81569754048945, 120.75006127005746, 80.02480338671997, 70.24502630610948, 23.278035189199414, 13.705536768851484, 15.273278287183519, 23.035440516636847, 14.215610429885853, 9.160879497394921, 24.452840279565265, 14.891812800151145, 52.132242662536285, 57.54855187881873, 119.61614710317414, 206.9275312696988, 247.61708726640217, 256.26697921191055, 255.69705952726636, 257.0445864294576, 253.78132354874265, 245.21460007071988, 237.34325455372073, 224.07028743034908, 216.3771771270179, 208.67193127226275, 211.6752152565444, 212.56603175278852, 220.1138452838089, 222.88552968350024, 225.86204557323654, 227.4618531903302, 222.16058939318856, 215.95145777037916, 221.2287389226711, 219.43193561716578, 220.98288533666263, 214.24928979056088, 207.3999272491202, 224.64423902641136, 228.69772446854134, 234.98619905572897, 239.83261000953232, 224.51730181626053, 233.9184034003409, 226.58992230199732, 219.2468507678219, 225.1760745469981, 229.05387253826936, 226.58801699223997, 223.24152366630133, 227.80853292944235, 230.89855234608834, 232.7475764789592, 232.3805711970218, 239.74932453752714, 235.30314355064803, 234.7665936142892, 236.83626800996828, 237.63501851488962, 239.1392485055254, 232.06929227062466, 227.3703769766469, 215.08244085407577, 219.29151265155284, 210.97586177521706, 216.82046840839286, 223.43078805460095, 224.0317656140939, 227.32578109950882, 229.64082188387272, 228.4630974591289, 226.84843597608676, 227.3763567535727, 233.791725777328, 236.7483505763565, 234.807312476375, 242.9727574988809, 245.14819657233178, 243.97068583360712, 235.13750017648263, 230.56503946405604, 204.22116266564058, 190.52788292175433, 178.47342496880668, 161.43160084895803
]    }/*{
        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
]    }*/]
};
    
截图如下