angle-undefined.json 748 B

123456789101112131415161718192021222324252627
  1. {
  2. "config": {
  3. "type": "polarArea",
  4. "data": {
  5. "labels": ["A", "B", "C", "D", "E"],
  6. "datasets": [{
  7. "data": [11, 16, 21, 7, 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. "rgba(255, 159, 64, 0.8)"
  15. ]
  16. }]
  17. },
  18. "options": {
  19. "responsive": false,
  20. "legend": false,
  21. "title": false,
  22. "scale": {
  23. "display": false
  24. }
  25. }
  26. }
  27. }