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
[{
         "series": [{
             "color": "#24ABFD",
             "data": 0.75,
             "index": 0,
             "legendShape": "circle",
             "name": "当前脱落率",
             "pointShape": "circle",
             "show": true,
             "type": "arcbar"
         }]
     },
     {
         "series": [{
             "color": "#F04864",
             "data": 0.33,
             "index": 0,
             "legendShape": "circle",
             "name": "脱落率警示线",
             "pointShape": "circle",
             "show": true,
             "type": "arcbar"
         }]
     }
 ]