Update the bubble chart label to include "by aider"

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

View file

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