legend-doughnut-left-end-mulitiline.json 455 B

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