Add more descriptive y-axis label for Aider contribution chart

This commit is contained in:
Paul Gauthier 2024-07-29 12:10:13 -03:00 committed by Paul Gauthier (aider)
parent 68ccbdfa3a
commit c294bff910

View file

@ -53,7 +53,7 @@ document.addEventListener('DOMContentLoaded', function () {
y: {
title: {
display: true,
text: 'Aider Contribution (%)'
text: 'Aider Contribution (% of code)'
},
beginAtZero: true,
}