mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
Update legend label to describe bubble size as total lines contributed by aider
This commit is contained in:
parent
affb438cda
commit
da236f5f65
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
labels: {
|
labels: {
|
||||||
generateLabels: function(chart) {
|
generateLabels: function(chart) {
|
||||||
return [{
|
return [{
|
||||||
text: 'Bubble size: Lines of code by aider',
|
text: 'Bubble size: Total lines contributed by aider',
|
||||||
fillStyle: 'rgba(54, 162, 235, 0.2)',
|
fillStyle: 'rgba(54, 162, 235, 0.2)',
|
||||||
strokeStyle: 'rgba(54, 162, 235, 1)',
|
strokeStyle: 'rgba(54, 162, 235, 1)',
|
||||||
lineWidth: 1,
|
lineWidth: 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue