Update legend label to describe bubble size as total lines contributed by aider

This commit is contained in:
Paul Gauthier (aider) 2024-07-29 12:49:09 -03:00
parent affb438cda
commit da236f5f65

View file

@ -72,7 +72,7 @@ document.addEventListener('DOMContentLoaded', function () {
labels: {
generateLabels: function(chart) {
return [{
text: 'Bubble size: Lines of code by aider',
text: 'Bubble size: Total lines contributed by aider',
fillStyle: 'rgba(54, 162, 235, 0.2)',
strokeStyle: 'rgba(54, 162, 235, 1)',
lineWidth: 1,