aider/docs
Paul Gauthier bc582723e3 aider: Add y-axis label "Percent correct" to the leaderboard chart.
# Aider chat conversation:

USER: add y-axis label "Percent correct"

ASSISTANT: ```diff
--- docs/leaderboard.md
+++ docs/leaderboard.md
@@ ... @@
 var leaderboardChart = new Chart(ctx, {
   type: 'bar',
   data: leaderboardData,
   options: {
     scales: {
       yAxes: [{
+        scaleLabel: {
+          display: true,
+          labelString: 'Percent correct'
+        },
         ticks: {
           beginAtZero: true
         }
       }]
     }
   }
 });
```
2024-05-04 10:20:42 -07:00
..
benchmarks-0125.md added images 2024-02-19 17:46:30 -08:00
benchmarks-1106.md added images 2024-02-19 17:46:30 -08:00
benchmarks-speed-1106.md canonical_url 2024-02-23 08:54:38 -08:00
benchmarks.md added images 2024-02-19 17:46:30 -08:00
commands.md Added /web to commands doc 2024-02-08 14:39:18 -08:00
conventions.md instructions->conventions 2024-02-24 07:16:29 -08:00
ctags.md layout 2024-02-19 14:56:35 -08:00
docker.md Added libportaudio2 to the docker container 2023-10-18 13:38:41 -07:00
faq.md copy 2024-04-29 20:42:44 -07:00
install.md copy 2024-05-02 08:31:13 -07:00
leaderboard.md aider: Add y-axis label "Percent correct" to the leaderboard chart. 2024-05-04 10:20:42 -07:00
llms.md copy 2024-05-03 17:14:56 -07:00
repomap.md added images 2024-02-19 17:46:30 -08:00
unified-diffs.md copy 2024-02-24 14:51:52 -08:00
voice.md copy 2023-09-25 12:25:22 -07:00