mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Move chart legend to top-left
This commit is contained in:
parent
14b274c707
commit
125da0e2db
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
legend: {
|
legend: {
|
||||||
display: true
|
display: true,
|
||||||
|
position: 'top-left'
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
callbacks: {
|
callbacks: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue