mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: Add configuration to display all x-axis labels
This commit is contained in:
parent
291d3509eb
commit
b4dad65e9f
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@
|
|||
display: true,
|
||||
text: 'Correct Exercises (%)'
|
||||
}
|
||||
},
|
||||
x: {
|
||||
ticks: {
|
||||
autoSkip: false,
|
||||
maxRotation: 90,
|
||||
minRotation: 90
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue