feat: Move chart legend to top-left

This commit is contained in:
Paul Gauthier (aider) 2024-12-26 20:04:37 -04:00
parent 14b274c707
commit 125da0e2db

View file

@ -137,7 +137,8 @@ document.addEventListener('DOMContentLoaded', function () {
},
plugins: {
legend: {
display: true
display: true,
position: 'top-left'
},
tooltip: {
callbacks: {