mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +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: {
|
||||
legend: {
|
||||
display: true
|
||||
display: true,
|
||||
position: 'top-left'
|
||||
},
|
||||
tooltip: {
|
||||
callbacks: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue