feat: Add configuration to display all x-axis labels

This commit is contained in:
Paul Gauthier (aider) 2024-09-12 15:18:57 -07:00
parent 291d3509eb
commit b4dad65e9f

View file

@ -87,6 +87,13 @@
display: true,
text: 'Correct Exercises (%)'
}
},
x: {
ticks: {
autoSkip: false,
maxRotation: 90,
minRotation: 90
}
}
},
plugins: {