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
| {
| "categories": [
| "高血压",
| "糖尿病",
| "痛风",
| "血脂",
| "尿酸"
| ],
| "series": [{
| "name": "今周脱落率",
| "data": [{
| "value": 6,
| "color": "#24ABFD"
| },
| {
| "value": 3.2,
| "color": "#24ABFD"
| },
| {
| "value": 5.5,
| "color": "#24ABFD"
| },
| {
| "value": 8,
| "color": "#24ABFD"
| },
| {
| "value": 6,
| "color": "#24ABFD"
| }
| ],
| "type": "column",
| "color": "#24ABFD",
| "unit": "%"
| }]
| }
|
|