mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: Correct chart legend position and reverse order
This commit is contained in:
parent
125da0e2db
commit
889eb86d89
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
plugins: {
|
||||
legend: {
|
||||
display: true,
|
||||
position: 'top-left'
|
||||
position: 'chartArea',
|
||||
reverse: true
|
||||
},
|
||||
tooltip: {
|
||||
callbacks: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue