3.json 726 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "categories": [
  3. "周一", "周二", "周三", "周四", "周五",
  4. "周六",
  5. "周日"
  6. ],
  7. "series": [
  8. {
  9. "name": "老会员", "data": [ 1850, 1660, 1760, 2360, 1560, 1970, 2570 ], "type": "line",
  10. "style": "curve",
  11. "addPoint": true, "color": "#DF297D",
  12. "unit":""
  13. },
  14. {
  15. "name": "新会员",
  16. "data": [
  17. 450,
  18. 260,
  19. 360,
  20. 560,
  21. 460,
  22. 170,
  23. 570
  24. ],
  25. "type": "line",
  26. "style": "curve",
  27. "addPoint": true,
  28. "color": "#ff9900",
  29. "unit":""
  30. }
  31. ],
  32. "yAxis":[
  33. {"calibration":true,"position":"left","min":0,"max":3000,"title":"","titleFontSize":12,"unit":"万","tofix":0}
  34. ],
  35. "targetAdd":"9%"
  36. }