mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
Remove the left legend box
This commit is contained in:
parent
4c9337f865
commit
f793939829
1 changed files with 1 additions and 8 deletions
|
@ -72,19 +72,12 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
labels: {
|
||||
generateLabels: function(chart) {
|
||||
return [{
|
||||
text: chart.data.datasets[0].label,
|
||||
fillStyle: 'rgba(54, 162, 235, 0.2)',
|
||||
strokeStyle: 'rgba(54, 162, 235, 1)',
|
||||
lineWidth: 1,
|
||||
hidden: false,
|
||||
index: 0
|
||||
}, {
|
||||
text: 'Bubble size: Lines of code',
|
||||
fillStyle: 'rgba(54, 162, 235, 0.2)',
|
||||
strokeStyle: 'rgba(54, 162, 235, 1)',
|
||||
lineWidth: 1,
|
||||
hidden: false,
|
||||
index: 1
|
||||
index: 0
|
||||
}];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue