蝙蝠侠销量图-横向

{% echarts 600 ‘100%’ %} { title: { text: ‘蝙蝠侠销量图’, subtext: ‘2011~2018’, left: ‘center’ }, tooltip: { trigger: ‘axis’ }, legend: { type: ‘scroll’, orient: ‘vertical’, left: 80, data:[‘蝙蝠侠’] }, grid: { left: ‘3%’, right: ‘4%’, bottom: ‘3%’, containLabel: true }, toolbox: { feature: { saveAsImage: {}, dataZoom: {}, dataView: {}, } }, xAxis: { type: ‘category’, boundaryGap: false, data: [‘706’, ‘707’, ‘708’, ‘709’, ‘710’, ‘711’, ‘712’, ‘713’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘12’, ‘0’, ‘13’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘22’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’, ‘48’, ‘49’, ‘50’, ‘51’, ‘52’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5*‘, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’] }, yAxis: { type: ‘value’ }, series: [ { name:‘蝙蝠侠’, type:‘line’, data:[60231,58803, 58594, 56578, 55086, 53113, 51385, 51760, 188420, 172428, 150984, 133781, 130492, 128459, 127402, 130602, 134605, 130265, 127210, 125249, 156561, 148305, 159729, 151568, 145923, 150684, 137893, 132147, 129039, 142088, 132047, 128230, 124652, 125602, 119443, 115492, 114089, 116926, 108998, 107499, 130077, 117996, 112186, 118860, 115183, 113255, 110232, 118106, 131128, 142155, 117441, 124697, 114409, 109367, 106989, 127201, 100962, 102689, 163406, 101922, 102197, 280360, 177105, 168939, 152985, 142142, 138853, 135585, 129837, 126090, 120901, 116690, 106816, 102802, 102096, 99637, 98100, 97501, 97544, 89256, 96542, 116037, 102798, 107071, 102335, 104666, 100787, 100083, 98594, 108945, 97839, 96676, 97459, 94385, 92902, 98440, 94325, 95541, 93889, 93825, 91649, 125849, 96448, 100140, 101566] } ] }; {% endecharts %}

蝙蝠侠销量图-纵向

{% echarts 1800 ‘100%’ %} { title: { text: ‘蝙蝠侠销量图’, subtext: ‘2011~2018’, left: ‘center’ }, tooltip: { trigger: ‘axis’, axisPointer: { type: ‘cross’, snap: true } }, legend: { type: ‘scroll’, orient: ‘vertical’, left: 80, data:[‘蝙蝠侠’] }, grid: { left: ‘3%’, right: ‘4%’, bottom: ‘3%’, containLabel: true, }, toolbox: { feature: { saveAsImage: {}, dataZoom: { yAxisIndex: ‘none’ }, dataView: {}, } }, yAxis: { type: ‘category’, inverse: true, boundaryGap: false, position: ‘top’, data: [‘706’, ‘707’, ‘708’, ‘709’, ‘710’, ‘711’, ‘712’, ‘713’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘12’, ‘0’, ‘13’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘22’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’, ‘48’, ‘49’, ‘50’, ‘51’, ‘52’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5*‘, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’] }, xAxis: { inverse: false, position: ‘top’, type: ‘value’ }, series: [ { name:‘蝙蝠侠’, type:‘line’, data:[60231,58803, 58594, 56578, 55086, 53113, 51385, 51760, 188420, 172428, 150984, 133781, 130492, 128459, 127402, 130602, 134605, 130265, 127210, 125249, 156561, 148305, 159729, 151568, 145923, 150684, 137893, 132147, 129039, 142088, 132047, 128230, 124652, 125602, 119443, 115492, 114089, 116926, 108998, 107499, 130077, 117996, 112186, 118860, 115183, 113255, 110232, 118106, 131128, 142155, 117441, 124697, 114409, 109367, 106989, 127201, 100962, 102689, 163406, 101922, 102197, 280360, 177105, 168939, 152985, 142142, 138853, 135585, 129837, 126090, 120901, 116690, 106816, 102802, 102096, 99637, 98100, 97501, 97544, 89256, 96542, 116037, 102798, 107071, 102335, 104666, 100787, 100083, 98594, 108945, 97839, 96676, 97459, 94385, 92902, 98440, 94325, 95541, 93889, 93825, 91649, 125849, 96448, 100140, 101566], markArea: { data: [ [ { name: ‘N52’, yAxis: ‘1’ }, { yAxis: ‘52’ }] ] } } ] }; {% endecharts %}

蝙蝠侠销量图-长纵向

{% echarts 3600 ‘100%’ %} { title: { text: ‘蝙蝠侠销量图’, subtext: ‘2011~2018’, left: ‘center’ }, tooltip: { trigger: ‘axis’, axisPointer: { type: ‘cross’, snap: true } }, legend: { type: ‘scroll’, orient: ‘vertical’, left: 80, data:[‘蝙蝠侠’] }, grid: { left: ‘3%’, right: ‘4%’, bottom: ‘3%’, containLabel: true, }, toolbox: { feature: { saveAsImage: {}, dataZoom: { yAxisIndex: ‘none’ }, dataView: {}, } }, yAxis: { type: ‘category’, inverse: true, boundaryGap: false, position: ‘top’, data: [‘706’, ‘707’, ‘708’, ‘709’, ‘710’, ‘711’, ‘712’, ‘713’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘12’, ‘0’, ‘13’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘22’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’, ‘48’, ‘49’, ‘50’, ‘51’, ‘52’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5*‘, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’] }, xAxis: { inverse: false, position: ‘top’, type: ‘value’ }, series: [ { name:‘蝙蝠侠’, type:‘line’, data:[60231,58803, 58594, 56578, 55086, 53113, 51385, 51760, 188420, 172428, 150984, 133781, 130492, 128459, 127402, 130602, 134605, 130265, 127210, 125249, 156561, 148305, 159729, 151568, 145923, 150684, 137893, 132147, 129039, 142088, 132047, 128230, 124652, 125602, 119443, 115492, 114089, 116926, 108998, 107499, 130077, 117996, 112186, 118860, 115183, 113255, 110232, 118106, 131128, 142155, 117441, 124697, 114409, 109367, 106989, 127201, 100962, 102689, 163406, 101922, 102197, 280360, 177105, 168939, 152985, 142142, 138853, 135585, 129837, 126090, 120901, 116690, 106816, 102802, 102096, 99637, 98100, 97501, 97544, 89256, 96542, 116037, 102798, 107071, 102335, 104666, 100787, 100083, 98594, 108945, 97839, 96676, 97459, 94385, 92902, 98440, 94325, 95541, 93889, 93825, 91649, 125849, 96448, 100140, 101566], markArea: { data: [ [ { name: ‘N52’, yAxis: ‘1’ }, { yAxis: ‘52’ }] ] } } ] }; {% endecharts %}

蝙蝠侠销量图【2000~2018】-长纵向

{% echarts 1800 ‘100%’ %} { title: { text: ‘蝙蝠侠销量图’, subtext: ‘2000~2018’, left: ‘center’ }, tooltip: { trigger: ‘axis’, axisPointer: { type: ‘cross’, snap: true } }, legend: { type: ‘scroll’, orient: ‘vertical’, left: 80, data:[‘蝙蝠侠’] }, grid: { left: ‘3%’, right: ‘4%’, bottom: ‘3%’, containLabel: true, }, toolbox: { feature: { saveAsImage: {}, dataZoom: { yAxisIndex: ‘none’ }, dataView: {}, } }, yAxis: { type: ‘category’, inverse: true, boundaryGap: false, position: ‘top’, data: [‘575’, ‘576’, ‘577’, ‘578’, ‘579’, ‘580’, ‘581’, ‘582’, ‘583’, ‘584’, ‘1’, ‘586’, ‘587’, ‘588’, ‘589’, ‘590’, ‘591’, ‘592’, ‘593’, ‘594’, ‘595’, ‘596’, ‘597’, ‘598’, ‘599’, ‘600’, ‘601’, ‘602’, ‘603’, ‘604’, ‘605’, ‘606’, ‘607’, ‘608’, ‘609’, ‘610’, ‘611’, ‘612’, ‘613’, ‘614’, ‘615’, ‘616’, ‘617’, ‘618’, ‘619’, ‘619’, ‘620’, ‘621’, ‘622’, ‘623’, ‘624’, ‘625’, ‘626’, ‘627’, ‘628’, ‘629’, ‘630’, ‘631’, ‘632’, ‘633’, ‘634’, ‘635’, ‘637’, ‘638’, ‘639’, ‘640’, ‘642’, ‘643’, ‘644’, ‘645’, ‘646’, ‘647’, ‘648’, ‘649’, ‘650’, ‘651’, ‘652’, ‘653’, ‘654’, ‘655’, ‘656’, ‘657’, ‘658’, ‘659’, ‘660’, ‘661’, ‘662’, ‘663’, ‘664’, ‘665’, ‘666’, ‘667’, ‘668’, ‘669’, ‘670’, ‘671’, ‘672’, ‘673’, ‘674’, ‘675’, ‘676’, ‘677’, ‘678’, ‘679’, ‘680’, ‘681’, ‘682’, ‘683’, ‘684’, ‘685’, ‘686’, ‘687’, ‘688’, ‘689’, ‘690’, ‘691’, ‘692’, ‘693’, ‘695’, ‘697’, ‘700’, ‘703’, ‘704’, ‘705’, ‘706’, ‘707’, ‘708’, ‘709’, ‘710’, ‘711’, ‘712’, ‘713’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘12’, ‘0’, ‘13’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘22’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’, ‘48’, ‘49’, ‘50’, ‘51’, ‘52’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5*‘, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’] }, xAxis: { inverse: false, position: ‘top’, type: ‘value’ }, series: [ { name:‘蝙蝠侠’, type:‘line’, data:[50979, 47918, 49749, 50597, 50375, 50098, 48512, 45734, 45797, 44898, 51743, 46424, 47153, 42896, 43015, 43396, 43333, 43944, 49277, 49196, 43850, 46090, 43663, 43524, 50673, 57113, 51647, 48220, 55685, 48734, 56367, 47202, 46527, 120945, 101681, 117380, 129377, 145400, 133628, 153556, 143139, 141988, 145998, 149040, 235122, 71391, 107646, 96616, 91876, 89076, 84058, 83371, 78523, 76848, 74312, 72023, 69030, 72289, 71232, 69879, 63767, 60901, 58060, 59723, 62333, 66629, 65443, 66391, 65123, 65977, 69931, 69717, 63152, 62358, 66422, 69796, 72890, 77228, 76529, 113552, 95800, 91348, 94343, 90644, 76961, 75507, 72495, 83152, 80492, 80096, 83751, 78573, 76957, 73448, 76809, 76736, 71146, 69179, 68165, 71124, 105008, 96088, 103191, 103533, 103928, 103131, 93456, 90260, 79942, 72632, 111333, 96876, 82985, 78310, 76936, 71388, 70280, 68951, 63467, 61157, 104755, 77033, 65212, 63262, 60231, 58803, 58594, 56578, 55086, 53113, 51385, 51760, 188420, 172428, 150984, 133781, 130492, 128459, 127402, 130602, 134605, 130265, 127210, 125249, 156561, 148305, 159729, 151568, 145923, 150684, 137893, 132147, 129039, 142088, 132047, 128230, 124652, 125602, 119443, 115492, 114089, 116926, 108998, 107499, 130077, 117996, 112186, 118860, 115183, 113255, 110232, 118106, 131128, 142155, 117441, 124697, 114409, 109367, 106989, 127201, 100962, 102689, 163406, 101922, 102197, 280360, 177105, 168939, 152985, 142142, 138853, 135585, 129837, 126090, 120901, 116690, 106816, 102802, 102096, 99637, 98100, 97501, 97544, 89256, 96542, 116037, 102798, 107071, 102335, 104666, 100787, 100083, 98594, 108945, 97839, 96676, 97459, 94385, 92902, 98440, 94325, 95541, 93889, 93825, 91649, 125849, 96448, 100140, 101566], } ] }; {% endecharts %}

蝙蝠侠销量图【2000~2018】-长纵向-标注

{% echarts 1800 ‘100%’ %} { title: { text: ‘蝙蝠侠销量图’, subtext: ‘2000~2018’, left: ‘center’ }, tooltip: { trigger: ‘axis’, axisPointer: { type: ‘cross’, snap: true } }, legend: { type: ‘scroll’, orient: ‘vertical’, left: 80, data: [‘蝙蝠侠Pre52’, ‘蝙蝠侠N52’, ‘蝙蝠侠Rebirth’] }, grid: { left: ‘3%’, right: ‘4%’, bottom: ‘3%’, containLabel: true }, toolbox: { feature: { saveAsImage: {}, dataZoom: { yAxisIndex: ‘none’ }, dataView: {} } }, yAxis: { type: ‘category’, inverse: true, boundaryGap: false, position: ‘top’, data: [‘575’, ‘576’, ‘577’, ‘578’, ‘579’, ‘580’, ‘581’, ‘582’, ‘583’, ‘584’, ‘1’, ‘586’, ‘587’, ‘588’, ‘589’, ‘590’, ‘591’, ‘592’, ‘593’, ‘594’, ‘595’, ‘596’, ‘597’, ‘598’, ‘599’, ‘600’, ‘601’, ‘602’, ‘603’, ‘604’, ‘605’, ‘606’, ‘607’, ‘608’, ‘609’, ‘610’, ‘611’, ‘612’, ‘613’, ‘614’, ‘615’, ‘616’, ‘617’, ‘618’, ‘619’, ‘619’, ‘620’, ‘621’, ‘622’, ‘623’, ‘624’, ‘625’, ‘626’, ‘627’, ‘628’, ‘629’, ‘630’, ‘631’, ‘632’, ‘633’, ‘634’, ‘635’, ‘637’, ‘638’, ‘639’, ‘640’, ‘642’, ‘643’, ‘644’, ‘645’, ‘646’, ‘647’, ‘648’, ‘649’, ‘650’, ‘651’, ‘652’, ‘653’, ‘654’, ‘655’, ‘656’, ‘657’, ‘658’, ‘659’, ‘660’, ‘661’, ‘662’, ‘663’, ‘664’, ‘665’, ‘666’, ‘667’, ‘668’, ‘669’, ‘670’, ‘671’, ‘672’, ‘673’, ‘674’, ‘675’, ‘676’, ‘677’, ‘678’, ‘679’, ‘680’, ‘681’, ‘682’, ‘683’, ‘684’, ‘685’, ‘686’, ‘687’, ‘688’, ‘689’, ‘690’, ‘691’, ‘692’, ‘693’, ‘695’, ‘697’, ‘700’, ‘703’, ‘704’, ‘705’, ‘706’, ‘707’, ‘708’, ‘709’, ‘710’, ‘711’, ‘712’, ‘713’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘12’, ‘0’, ‘13’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘22’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’, ‘48’, ‘49’, ‘50’, ‘51’, ‘52’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5*‘, ‘6’, ‘7’, ‘8’, ‘9’, ‘10’, ‘11’, ‘14’, ‘15’, ‘16’, ‘17’, ‘18’, ‘19’, ‘20’, ‘21’, ‘23’, ‘24’, ‘25’, ‘26’, ‘27’, ‘28’, ‘29’, ‘30’, ‘31’, ‘32’, ‘33’, ‘34’, ‘35’, ‘36’, ‘37’, ‘38’, ‘39’, ‘40’, ‘41’, ‘42’, ‘43’, ‘44’, ‘45’, ‘46’, ‘47’] }, xAxis: { inverse: false, position: ‘top’, type: ‘value’ }, series: [ { name: ‘蝙蝠侠Pre52’, type: ‘line’, itemStyle: { // color: ‘#a1743b’ }, data: [50979, 47918, 49749, 50597, 50375, 50098, 48512, 45734, 45797, 44898, 51743, 46424, 47153, 42896, 43015, 43396, 43333, 43944, 49277, 49196, 43850, 46090, 43663, 43524, 50673, 57113, 51647, 48220, 55685, 48734, 56367, 47202, 46527, 120945, 101681, 117380, 129377, 145400, 133628, 153556, 143139, 141988, 145998, 149040, 235122, 71391, 107646, 96616, 91876, 89076, 84058, 83371, 78523, 76848, 74312, 72023, 69030, 72289, 71232, 69879, 63767, 60901, 58060, 59723, 62333, 66629, 65443, 66391, 65123, 65977, 69931, 69717, 63152, 62358, 66422, 69796, 72890, 77228, 76529, 113552, 95800, 91348, 94343, 90644, 76961, 75507, 72495, 83152, 80492, 80096, 83751, 78573, 76957, 73448, 76809, 76736, 71146, 69179, 68165, 71124, 105008, 96088, 103191, 103533, 103928, 103131, 93456, 90260, 79942, 72632, 111333, 96876, 82985, 78310, 76936, 71388, 70280, 68951, 63467, 61157, 104755, 77033, 65212, 63262, 60231, 58803, 58594, 56578, 55086, 53113, 51385, 51760], markArea: { silent: true, itemStyle: { normal: { color: ‘transparent’, borderWidth: 1, borderType: ‘dashed’ } }, data: [[{ // name: ‘区间销量’, xAxis: ‘min’, yAxis: ‘min’ }, { xAxis: ‘max’, yAxis: ‘max’ }]] }, markPoint: { data: [ {type: ‘max’, name: ‘最大值’}, {type: ‘min’, name: ‘最小值’}

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
            ]

        },
        markLine: {
            lineStyle: {
                normal: {
                    type: 'solid'
                }
            },
            data: [
                {type: 'average', name: '平均值'}
            ]
        }
    },
    {
        name: '蝙蝠侠N52',
        type: 'line',
        itemStyle: {
            // color: '#a1743b'
        },
        data: ['-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', 188420, 172428, 150984, 133781, 130492, 128459, 127402, 130602, 134605, 130265, 127210, 125249, 156561, 148305, 159729, 151568, 145923, 150684, 137893, 132147, 129039, 142088, 132047, 128230, 124652, 125602, 119443, 115492, 114089, 116926, 108998, 107499, 130077, 117996, 112186, 118860, 115183, 113255, 110232, 118106, 131128, 142155, 117441, 124697, 114409, 109367, 106989, 127201, 100962, 102689, 163406, 101922, 102197],
        // markArea: {
        //     silent: true,
        //     itemStyle: {
        //         normal: {
        //             color: 'transparent',
        //             borderWidth: 1,
        //             borderType: 'dashed'
        //         }
        //     },
        //     data: [[{
        //         name: '区间销量',
        //         xAxis: 'min',
        //         yAxis: 'min'
        //     }, {
        //         xAxis: 'max',
        //         yAxis: 'max'
        //     }]]
        // },
        markPoint: {
            data: [
                {type: 'max', name: '最大值'},
                {type: 'min', name: '最小值'}
            ]
        },
        markLine: {
            lineStyle: {
                normal: {
                    type: 'solid'
                }
            },
            data: [
                {type: 'average', name: '平均值'}
            ]
        }
    },
    {
        name: '蝙蝠侠Rebirth',
        type: 'line',
        itemStyle: {
            // color: '#a1743b'
        },
        data: ['-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', '-', 280360, 177105, 168939, 152985, 142142, 138853, 135585, 129837, 126090, 120901, 116690, 106816, 102802, 102096, 99637, 98100, 97501, 97544, 89256, 96542, 116037, 102798, 107071, 102335, 104666, 100787, 100083, 98594, 108945, 97839, 96676, 97459, 94385, 92902, 98440, 94325, 95541, 93889, 93825, 91649, 125849, 96448, 100140, 101566],
        markArea: {
            silent: true,
            itemStyle: {
                normal: {
                    color: 'transparent',
                    borderWidth: 1,
                    borderType: 'dashed'
                }
            },
            data: [[{
                // name: '区间销量',
                xAxis: 'min',
                yAxis: 'min'
            }, {
                xAxis: 'max',
                yAxis: 'max'
            }]]
        },
        markPoint: {
            data: [
                {type: 'max', name: '最大值'},
                {type: 'min', name: '最小值'}
            ]
        },
        markLine: {
            lineStyle: {
                normal: {
                    type: 'solid'
                }
            },
            data: [
                {type: 'average', name: '平均值'}
            ]
        }
    }
]

}; {% endecharts %}