7.json 436 B

1234567891011121314151617181920212223242526
  1. [{
  2. "series": [{
  3. "color": "#24ABFD",
  4. "data": 0.18,
  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.25,
  17. "index": 0,
  18. "legendShape": "circle",
  19. "name": "脱落率警示线",
  20. "pointShape": "circle",
  21. "show": true,
  22. "type": "arcbar"
  23. }]
  24. }
  25. ]