From f7939398298031205c2524186a5b8878651b90a5 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 29 Jul 2024 12:14:54 -0300 Subject: [PATCH] Remove the left legend box --- aider/website/_includes/blame.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/aider/website/_includes/blame.md b/aider/website/_includes/blame.md index d2cbcf7aa..0d7b1197f 100644 --- a/aider/website/_includes/blame.md +++ b/aider/website/_includes/blame.md @@ -72,19 +72,12 @@ document.addEventListener('DOMContentLoaded', function () { labels: { generateLabels: function(chart) { return [{ - text: chart.data.datasets[0].label, - fillStyle: 'rgba(54, 162, 235, 0.2)', - strokeStyle: 'rgba(54, 162, 235, 1)', - lineWidth: 1, - hidden: false, - index: 0 - }, { text: 'Bubble size: Lines of code', fillStyle: 'rgba(54, 162, 235, 0.2)', strokeStyle: 'rgba(54, 162, 235, 1)', lineWidth: 1, hidden: false, - index: 1 + index: 0 }]; } }