fix: Correct chart legend position and reverse order

This commit is contained in:
Paul Gauthier 2024-12-26 20:09:09 -04:00 committed by Paul Gauthier (aider)
parent 125da0e2db
commit 889eb86d89

View file

@ -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: {