pie-circumference.json 948 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "config": {
  3. "type": "pie",
  4. "data": {
  5. "labels": ["A", "B", "C", "D", "E"],
  6. "datasets": [{
  7. "data": [1, 5, 10, 50, 100],
  8. "backgroundColor": [
  9. "rgba(255, 99, 132, 0.8)",
  10. "rgba(54, 162, 235, 0.8)",
  11. "rgba(255, 206, 86, 0.8)",
  12. "rgba(75, 192, 192, 0.8)",
  13. "rgba(153, 102, 255, 0.8)"
  14. ],
  15. "borderWidth": 20,
  16. "borderColor": [
  17. "rgb(255, 99, 132)",
  18. "rgb(54, 162, 235)",
  19. "rgb(255, 206, 86)",
  20. "rgb(75, 192, 192)",
  21. "rgb(153, 102, 255)"
  22. ]
  23. }]
  24. },
  25. "options": {
  26. "circumference": 1,
  27. "responsive": false,
  28. "legend": false,
  29. "title": false
  30. }
  31. }
  32. }