mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
feat: Hide legends for both charts
This commit is contained in:
parent
38700b68d2
commit
8c44584138
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
|
legend: {
|
||||||
|
display: false
|
||||||
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
callbacks: {
|
callbacks: {
|
||||||
label: function(context) {
|
label: function(context) {
|
||||||
|
@ -103,6 +106,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
|
legend: {
|
||||||
|
display: false
|
||||||
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
callbacks: {
|
callbacks: {
|
||||||
label: function(context) {
|
label: function(context) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue