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
| {
| "categories": [
| "1",
| "2",
| "2",
| "4",
| "5",
| "6",
| "7",
| "8",
| "9",
| "10",
| "11",
| "12"
| ],
| "series": [
| {
| "name": "图书借阅人数",
| "data": [6,8,9,8.2,7.5,9,10.3,8,12,6.2,7.2,4.5],
| "type": "line",
| "style": "curve",
| "color": "#A800FB",
| "unit":""
| }
| ],
| "yAxis":[
| {"calibration":true,"position":"left","title":"单位/千","titleFontSize":12,"unit":"","tofix":0,"min":0,"max":20,"disableGrid":true}
| ]
| }
|
|