Skip to content

Commit

Permalink
fix: Correct chart legend position and reverse order
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Dec 27, 2024
1 parent 125da0e commit 889eb86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aider/website/_includes/blame.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ document.addEventListener('DOMContentLoaded', function () {
plugins: {
legend: {
display: true,
position: 'top-left'
position: 'chartArea',
reverse: true
},
tooltip: {
callbacks: {
Expand Down

0 comments on commit 889eb86

Please sign in to comment.