3.json 523 B

123456789101112131415161718192021222324252627
  1. {
  2. "categories":["语文","数学","英语","物理","化学","生物"],
  3. "series":[
  4. {
  5. "name":"一班",
  6. "area":[123.45,234,192.5,245],
  7. "color":"#1890ff",
  8. "data":[90,110,165,195,187,172],
  9. "index":0,
  10. "legendShape":"circle",
  11. "pointShape":"",
  12. "show": true,
  13. "type": "radar"
  14. },
  15. {
  16. "name":"二班",
  17. "area":[192.5,234,261.55,245],
  18. "color":"#2fc25b",
  19. "data":[190,210,105,35,27,102],
  20. "index":0,
  21. "legendShape":"circle",
  22. "pointShape":"",
  23. "show": true,
  24. "type": "radar"
  25. }
  26. ]
  27. }