gaoluyang
10 天以前 58d7f40b836e74822a06144145022298f58e85f2
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"
         }]
     }
 ]