diff --git a/aider/website/_includes/quant-chart.js b/aider/website/_includes/quant-chart.js index 9ae95160c..7cc4f6701 100644 --- a/aider/website/_includes/quant-chart.js +++ b/aider/website/_includes/quant-chart.js @@ -28,9 +28,22 @@ document.addEventListener('DOMContentLoaded', function () { type: 'bar', data: chartData, options: { + plugins: { + legend: { + display: false + }, + title: { + display: true, + text: 'Aider coder editing benchmark' + } + }, scales: { y: { - beginAtZero: true + beginAtZero: true, + title: { + display: true, + text: 'Percent completed correctly' + } } } }