gaoluyang
3 天以前 5f5486731922637d9522b41dc54d932fdd29ebc4
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.18,
             "index": 0,
             "legendShape": "circle",
             "name": "当前脱落率",
             "pointShape": "circle",
             "show": true,
             "type": "arcbar"
         }]
     },
     {
         "series": [{
             "color": "#F04864",
             "data": 0.25,
             "index": 0,
             "legendShape": "circle",
             "name": "脱落率警示线",
             "pointShape": "circle",
             "show": true,
             "type": "arcbar"
         }]
     }
 ]