option = { "title": { "text": "疫情累计趋势(人)" }, "legend": { "data": [ "累计确诊", "累计疑似", "累计死亡" ], "top": "25", "left": "0" }, "grid": { "left": "3%", "right": "4%", "bottom": "3%", "containLabel": true }, "xAxis": [ { "type": "category", "boundaryGap": true, "data": [ "01.13", "01.14", "01.15", "01.16", "01.17", "01.18", "01.19", "01.20", "01.21", "01.22", "01.23", "01.24", "01.25", "01.26", "01.27", "01.28", "01.29", "01.30", "01.31", "02.01", "02.02", "02.03", "02.04", "02.05", "02.06", "02.07", "02.08", "02.09", "02.10", "02.11", "02.12" ] } ], "yAxis": [ { "type": "value" } ], "series": [ { "name": "累计确诊", "type": "line", "smooth": true, "data": [ 41, 41, 41, 45, 62, 198, 275, 291, 440, 571, 830, 1287, 1975, 2744, 4515, 5974, 7711, 9692, 11791, 14380, 17236, 20471, 24363, 28060, 31211, 34598, 37251, 40235, 42708, 44730, 59882 ] }, { "name": "累计疑似", "type": "line", "smooth": true, "data": [ 0, 0, 0, 0, 0, 0, 0, 54, 37, 393, 1072, 1965, 2684, 5794, 6973, 9239, 12167, 15238, 17988, 19544, 21558, 23214, 23260, 24702, 26359, 27657, 28942, 23589, 21675, 16067, 13435 ] }, { "name": "累计死亡", "type": "line", "smooth": true, "data": [ 1, 1, 2, 2, 2, 3, 4, 6, 9, 17, 25, 41, 56, 80, 106, 132, 170, 213, 259, 304, 361, 425, 491, 564, 637, 723, 812, 909, 1017, 1114, 1368 ] } ] };