This commit is contained in:
Paul Gauthier 2024-12-03 18:51:03 -08:00
parent 7180cb049c
commit 1a9d4bfb1c
3 changed files with 257 additions and 8 deletions

View file

@ -71,13 +71,6 @@ document.addEventListener('DOMContentLoaded', function () {
];
}
}
},
title: {
display: true,
text: 'Aider code editing benchmark results',
font: {
size: 16
}
}
},
scales: {
@ -85,7 +78,7 @@ document.addEventListener('DOMContentLoaded', function () {
beginAtZero: true,
title: {
display: true,
text: 'Percent completed correctly',
text: 'Aider code editing benchmark (%)',
font: {
size: 18
}