border-align-center.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "config": {
  3. "type": "polarArea",
  4. "data": {
  5. "labels": ["A", "B", "C", "D", "E"],
  6. "datasets": [{
  7. "data": [11, 16, 21, 1, 10],
  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. "elements": {
  27. "arc": {
  28. "angle": [
  29. 0.0378, 0.1892, 0.3786, 1.8925, 3.7849
  30. ]
  31. }
  32. },
  33. "responsive": false,
  34. "legend": false,
  35. "title": false,
  36. "scale": {
  37. "display": false
  38. }
  39. }
  40. }
  41. }