bar-thickness-absolute.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "config": {
  3. "type": "bar",
  4. "data": {
  5. "labels": ["2017", "2018", "2019", "2024", "2025"],
  6. "datasets": [{
  7. "backgroundColor": "rgba(255, 99, 132, 0.5)",
  8. "data": [1, null, 3, 4, 5]
  9. }]
  10. },
  11. "options": {
  12. "responsive": false,
  13. "legend": false,
  14. "title": false,
  15. "scales": {
  16. "xAxes": [{
  17. "type": "time",
  18. "offset": true,
  19. "display": false,
  20. "barPercentage": 1,
  21. "categoryPercentage": 1,
  22. "barThickness": 128,
  23. "ticks": {
  24. "source": "labels"
  25. }
  26. }],
  27. "yAxes": [{
  28. "display": false,
  29. "ticks": {
  30. "beginAtZero": true
  31. }
  32. }]
  33. }
  34. }
  35. },
  36. "options": {
  37. "canvas": {
  38. "height": 256,
  39. "width": 512
  40. }
  41. }
  42. }