9.json 437 B

123456789101112131415161718192021222324252627
  1. [{
  2. "series": [{
  3. "color": "#24ABFD",
  4. "data": 0.75,
  5. "index": 0,
  6. "legendShape": "circle",
  7. "name": "当前脱落率",
  8. "pointShape": "circle",
  9. "show": true,
  10. "type": "arcbar"
  11. }]
  12. },
  13. {
  14. "series": [{
  15. "color": "#F04864",
  16. "data": 0.33,
  17. "index": 0,
  18. "legendShape": "circle",
  19. "name": "脱落率警示线",
  20. "pointShape": "circle",
  21. "show": true,
  22. "type": "arcbar"
  23. }]
  24. }
  25. ]