1.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "expend":{
  3. "categories": [
  4. "1月",
  5. "2月",
  6. "2月",
  7. "4月",
  8. "5月"
  9. ],
  10. "series": [
  11. {
  12. "name": "支出情况",
  13. "data": [1201,2501.5,985,1760,2013.85],
  14. "type": "line",
  15. "style": "curve",
  16. "color": "#4ECDB6",
  17. "unit":""
  18. }
  19. ],
  20. "yAxis":[
  21. {"calibration":true,"position":"left","title":"单位/元","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
  22. ]
  23. },
  24. "income":{
  25. "categories": [
  26. "1月",
  27. "2月",
  28. "2月",
  29. "4月",
  30. "5月"
  31. ],
  32. "series": [
  33. {
  34. "name": "收入情况",
  35. "data": [1601,1840.5,1900,1760,1500.85],
  36. "type": "line",
  37. "style": "curve",
  38. "color": "#4ECDB6",
  39. "unit":""
  40. }
  41. ],
  42. "yAxis":[
  43. {"calibration":true,"position":"left","title":"单位/元","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
  44. ]
  45. },
  46. "remaining":{
  47. "categories": [
  48. "1月",
  49. "2月",
  50. "2月",
  51. "4月",
  52. "5月"
  53. ],
  54. "series": [
  55. {
  56. "name": "结余情况",
  57. "data": [815,712.5,378,450,600.85],
  58. "type": "line",
  59. "style": "curve",
  60. "color": "#4ECDB6",
  61. "unit":""
  62. }
  63. ],
  64. "yAxis":[
  65. {"calibration":true,"position":"left","title":"单位/元","titleFontSize":12,"unit":"","tofix":0,"min":0,"disableGrid":true}
  66. ]
  67. }
  68. }