mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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,
|
display: true,
|
||||||
text: 'Correct Exercises (%)'
|
text: 'Correct Exercises (%)'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
x: {
|
||||||
|
ticks: {
|
||||||
|
autoSkip: false,
|
||||||
|
maxRotation: 90,
|
||||||
|
minRotation: 90
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue