1.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. [
  2. {
  3. "series": [{
  4. "color": "#fff",
  5. "data": 0.224,
  6. "precent":"22.4%",
  7. "index": 0,
  8. "legendShape": "circle",
  9. "name": "B2C销售额",
  10. "pointShape": "circle",
  11. "show": true,
  12. "type": "arcbar",
  13. "value":"12786",
  14. "backgroundColor":"#00AEF9"
  15. }]
  16. },
  17. {
  18. "series": [{
  19. "color": "#fff",
  20. "data": 0.3717,
  21. "precent":"37.17%",
  22. "index": 0,
  23. "legendShape": "circle",
  24. "name": "B2C毛利率",
  25. "pointShape": "circle",
  26. "show": true,
  27. "type": "arcbar",
  28. "value":"1096",
  29. "backgroundColor":"#F55676"
  30. }]
  31. },
  32. {
  33. "series": [{
  34. "color": "#fff",
  35. "data": 0.0017,
  36. "precent":"0.17%",
  37. "index": 0,
  38. "legendShape": "circle",
  39. "name": "O2O销售额",
  40. "pointShape": "circle",
  41. "show": true,
  42. "type": "arcbar",
  43. "value":"147604",
  44. "backgroundColor":"#FAB215"
  45. }]
  46. },
  47. {
  48. "series": [{
  49. "color": "#fff",
  50. "data": 0.6321,
  51. "precent":"63.21%",
  52. "index": 0,
  53. "legendShape": "circle",
  54. "name": "O2O毛利率",
  55. "pointShape": "circle",
  56. "show": true,
  57. "type": "arcbar",
  58. "value":"173",
  59. "backgroundColor":"#2EC693"
  60. }]
  61. }
  62. ]