feat: Hide legends for both charts

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 14:18:02 -07:00
parent 38700b68d2
commit 8c44584138

View file

@ -57,6 +57,9 @@ document.addEventListener('DOMContentLoaded', function () {
}
},
plugins: {
legend: {
display: false
},
tooltip: {
callbacks: {
label: function(context) {
@ -103,6 +106,9 @@ document.addEventListener('DOMContentLoaded', function () {
}
},
plugins: {
legend: {
display: false
},
tooltip: {
callbacks: {
label: function(context) {