mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45: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: {
|
plugins: {
|
||||||
legend: {
|
legend: {
|
||||||
display: true,
|
display: true,
|
||||||
position: 'top-left'
|
position: 'chartArea',
|
||||||
|
reverse: true
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
callbacks: {
|
callbacks: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue