gaoluyang
2 天以前 92230c9a97dc9ce9df3313d11d26999c04bb6b26
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
{
    "categories": [
        "1月11",
        "1月12",
        "1月13",
        "1月14",
        "1月15"
    ],
    "series": [{
            "name": "当天扫码率",
            "data": [
                39,
                34,
                36,
                45,
                38
            ],
            "type": "line",
            "addPoint": true,
            "color": "#24ABFD",
            "unit": "%"
        },
        {
            "name": "累计扫码率",
            "data": [
                32,
                30,
                31,
                37,
                35
            ],
            "type": "line",
            "addPoint": true,
            "color": "#DF297D",
            "unit": "%"
        },
        {
            "name": "目标扫码率",
            "data": [
                40,
                40,
                40,
                40,
                40
            ],
            "type": "line",
            "color": "#FF9900",
            "textNoShow": true,
            "unit": ""
        }
 
    ],
    "yAxis": [{
        "max": 60,
        "min": 0
    }]
}