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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
| {
| "expend":{
| "categories": [
| "1月",
| "2月",
| "2月",
| "4月",
| "5月"
| ],
| "series": [
| {
| "name": "支出情况",
| "data": [1201,2501.5,985,1760,2013.85],
| "type": "line",
| "style": "curve",
| "color": "#4ECDB6",
| "unit":""
| }
| ],
| "yAxis":[
| {"calibration":true,"position":"left","title":"单位/元","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
| ]
| },
| "income":{
| "categories": [
| "1月",
| "2月",
| "2月",
| "4月",
| "5月"
| ],
| "series": [
| {
| "name": "收入情况",
| "data": [1601,1840.5,1900,1760,1500.85],
| "type": "line",
| "style": "curve",
| "color": "#4ECDB6",
| "unit":""
| }
| ],
| "yAxis":[
| {"calibration":true,"position":"left","title":"单位/元","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
| ]
| },
| "remaining":{
| "categories": [
| "1月",
| "2月",
| "2月",
| "4月",
| "5月"
| ],
| "series": [
| {
| "name": "结余情况",
| "data": [815,712.5,378,450,600.85],
| "type": "line",
| "style": "curve",
| "color": "#4ECDB6",
| "unit":""
| }
| ],
| "yAxis":[
| {"calibration":true,"position":"left","title":"单位/元","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
| ]
| }
| }
|
|