legend-doughnut-right-default-center.json 344 B

123456789101112131415161718192021222324
  1. {
  2. "config": {
  3. "type": "doughnut",
  4. "data": {
  5. "labels": ["", "", "", "", "", ""],
  6. "datasets": [{
  7. "data": [10, 20, 30, 40, 50],
  8. "backgroundColor": "#00ff00",
  9. "borderWidth": 0
  10. }]
  11. },
  12. "options": {
  13. "legend": {
  14. "position": "right"
  15. }
  16. }
  17. },
  18. "options": {
  19. "canvas": {
  20. "height": 256,
  21. "width": 512
  22. }
  23. }
  24. }