7.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "categories": [
  3. "1月11",
  4. "1月12",
  5. "1月11",
  6. "1月14",
  7. "1月15"
  8. ],
  9. "series": [{
  10. "name": "新增会员数",
  11. "data": [{
  12. "value": 5,
  13. "color": "#24ABFD"
  14. },
  15. {
  16. "value": -3,
  17. "color": "#24ABFD"
  18. },
  19. {
  20. "value": 3.5,
  21. "color": "#24ABFD"
  22. },
  23. {
  24. "value": 10,
  25. "color": "#24ABFD"
  26. },
  27. {
  28. "value": 2.8,
  29. "color": "#24ABFD"
  30. }
  31. ],
  32. "type": "column",
  33. "color": "#24ABFD",
  34. "unit": "",
  35. "textNoShow": true
  36. },
  37. {
  38. "name": "当日达成率",
  39. "data": [
  40. 101,
  41. 91,
  42. 97,
  43. 131,
  44. 109
  45. ],
  46. "type": "line",
  47. "addPoint": true,
  48. "color": "#DF297D",
  49. "unit": "%",
  50. "index": 1
  51. },
  52. {
  53. "name": "日均达成率",
  54. "data": [
  55. 102,
  56. 92,
  57. 96,
  58. 115,
  59. 105
  60. ],
  61. "type": "line",
  62. "style": "curve",
  63. "color": "#ff9900",
  64. "unit": "%",
  65. "index": 1
  66. },
  67. {
  68. "name": "日均达成率",
  69. "data": [
  70. 102,
  71. 92,
  72. 96,
  73. 115,
  74. 105
  75. ],
  76. "type": "area",
  77. "color": "#ff9900",
  78. "unit": "%",
  79. "index": 1
  80. }
  81. ],
  82. "yAxis": [{
  83. "max": 20,
  84. "min": 0
  85. }, {
  86. "max": 200,
  87. "min": 0
  88. }]
  89. }