doughnut-circumference-over-2pi.json 567 B

123456789101112131415161718192021222324
  1. {
  2. "config": {
  3. "type": "doughnut",
  4. "data": {
  5. "labels": ["A"],
  6. "datasets": [{
  7. "data": [100],
  8. "backgroundColor": [
  9. "rgba(153, 102, 255, 0.8)"
  10. ],
  11. "borderWidth": 20,
  12. "borderColor": [
  13. "rgb(153, 102, 255)"
  14. ]
  15. }]
  16. },
  17. "options": {
  18. "circumference": 7,
  19. "responsive": false,
  20. "legend": false,
  21. "title": false
  22. }
  23. }
  24. }