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
58
59
60
61
62
[
    {
        "series": [{
            "color": "#fff",
            "data": 0.224,
            "precent":"22.4%",
            "index": 0,
            "legendShape": "circle",
            "name": "B2C销售额",
            "pointShape": "circle",
            "show": true,
            "type": "arcbar",
            "value":"12786",
            "backgroundColor":"#00AEF9"
        }]
    },
    {
        "series": [{
            "color": "#fff",
            "data": 0.3717,
            "precent":"37.17%",
            "index": 0,
            "legendShape": "circle",
            "name": "B2C毛利率",
            "pointShape": "circle",
            "show": true,
            "type": "arcbar",
            "value":"1096",
            "backgroundColor":"#F55676"
        }]
    },
    {
        "series": [{
            "color": "#fff",
            "data": 0.0017,
            "precent":"0.17%",
            "index": 0,
            "legendShape": "circle",
            "name": "O2O销售额",
            "pointShape": "circle",
            "show": true,
            "type": "arcbar",
            "value":"147604",
            "backgroundColor":"#FAB215"
        }]
    },
    {
        "series": [{
            "color": "#fff",
            "data": 0.6321,
            "precent":"63.21%",
            "index": 0,
            "legendShape": "circle",
            "name": "O2O毛利率",
            "pointShape": "circle",
            "show": true,
            "type": "arcbar",
            "value":"173",
            "backgroundColor":"#2EC693"
        }]
    }
]