mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
Add more descriptive y-axis label for Aider contribution chart
This commit is contained in:
parent
68ccbdfa3a
commit
c294bff910
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
y: {
|
y: {
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Aider Contribution (%)'
|
text: 'Aider Contribution (% of code)'
|
||||||
},
|
},
|
||||||
beginAtZero: true,
|
beginAtZero: true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue