Commit graph

255 commits

Author SHA1 Message Date
Paul Gauthier (aider)
3d544136d2 style: Increase font sizes for chart labels and title 2024-11-21 11:40:02 -08:00
Paul Gauthier
8448eff1eb copy 2024-11-21 11:38:41 -08:00
Paul Gauthier (aider)
a3dde4599a refactor: Improve chart label handling by splitting model names on newline 2024-11-21 11:14:01 -08:00
Paul Gauthier
3d7440c673 refactor: Modify chart labels to include additional text 2024-11-21 11:13:48 -08:00
Paul Gauthier
8f41006eba refactor: Simplify model label processing in quant-chart.js 2024-11-21 11:11:22 -08:00
Paul Gauthier (aider)
7d1379fe9f fix: Handle line breaks in x-axis labels for chart rendering 2024-11-21 11:08:23 -08:00
Paul Gauthier (aider)
ced4f9f0d9 feat: Add chart title, y-axis label, and remove legend 2024-11-21 11:06:52 -08:00
Paul Gauthier (aider)
7fba332f58 feat: Add quantization performance chart using Chart.js and quant.yml data 2024-11-21 10:57:03 -08:00
Paul Gauthier (aider)
6cf78d1a3f feat: Implement case-insensitive search in leaderboard filtering 2024-11-21 10:41:59 -08:00
Paul Gauthier (aider)
6c0ee9d917 feat: Enhance leaderboard search to support multi-word queries 2024-11-21 10:41:35 -08:00
Paul Gauthier (aider)
30a8c5e12e feat: Update leaderboard charts to filter bars based on search input 2024-11-21 10:32:32 -08:00
Paul Gauthier (aider)
2ce3fedbfc fix: Correct table selector for refactoring leaderboard search 2024-11-21 10:31:43 -08:00
Paul Gauthier (aider)
1b893da07d refactor: Move JavaScript to separate files and use Jekyll includes 2024-11-21 10:28:09 -08:00
Paul Gauthier
2f8aa3471b feat: Add leaderboard JavaScript component 2024-11-21 10:24:56 -08:00
Paul Gauthier
6f4ed00105 copy 2024-11-21 10:15:28 -08:00
Paul Gauthier
0ec16d0eab copy 2024-11-21 10:07:01 -08:00
Chad Phillips
d4e77b3be4 add documentation for /editor configuration 2024-11-21 09:46:25 -05:00
Paul Gauthier
f068df0297 copy 2024-11-19 12:40:09 -08:00
Paul Gauthier (aider)
8b69b9c6a4 docs: Add documentation for new multiline tag input method 2024-11-19 12:36:55 -08:00
Paul Gauthier
b81f3e4f8d style: reorder chart canvas elements in blame.md 2024-11-05 12:11:14 -08:00
fry69
e820fea289 doc: fix leftover /clipboard mention 2024-10-09 14:06:30 +02:00
Paul Gauthier
96cdd95988 refactor: Reorganize charts and update HISTORY.md structure 2024-10-04 15:56:28 -07:00
Paul Gauthier
516e637c39 Update docs github.com/paul-gauthier -> github.com/Aider-AI 2024-10-04 12:53:45 -07:00
Paul Gauthier
6b6f682a94 pip install -> pip install -U 2024-09-26 11:40:48 -07:00
Paul Gauthier (aider)
752e823da8 feat: Dynamically generate legend labels based on unique edit formats 2024-09-12 15:23:33 -07:00
Paul Gauthier (aider)
45474a230e feat: Add distinct colors for edit formats in leaderboard chart 2024-09-12 15:22:28 -07:00
Paul Gauthier
af407c4c8f copy 2024-09-12 15:20:23 -07:00
Paul Gauthier (aider)
b4dad65e9f feat: Add configuration to display all x-axis labels 2024-09-12 15:18:57 -07:00
Paul Gauthier (aider)
84b1c1031a feat: add label to y-axis of leaderboard graph 2024-09-12 15:13:22 -07:00
Paul Gauthier (aider)
71c5fd1372 feat: Add legend to leaderboard chart 2024-09-12 15:12:10 -07:00
Paul Gauthier (aider)
2605d44db6 feat: Add different colors for 'whole' and 'diff' edit formats in leaderboard graph 2024-09-12 15:10:32 -07:00
Paul Gauthier (aider)
d84a9d6df2 fix: update scale configuration in leaderboard_graph.html 2024-09-12 13:04:10 -07:00
Paul Gauthier (aider)
13d3b7c9b3 refactor: Refactor the edit leaderboard graph into a reusable component 2024-09-12 13:01:55 -07:00
Paul Gauthier
94af92c784 feat: Add leaderboard graph component 2024-09-12 13:01:54 -07:00
Paul Gauthier
cee348614e copy 2024-09-08 17:07:25 -07:00
Paul Gauthier
fb93e204f1 copy 2024-08-28 08:26:14 -07:00
Paul Gauthier
f9ad633ee0 copy 2024-08-16 06:14:07 -07:00
Paul Gauthier (aider)
2054bef7f9 feat: Omit numbers on narrow screens 2024-08-15 14:38:37 -07:00
Paul Gauthier (aider)
84e24bd5a2 feat: Show one decimal point for numbers atop bars on wide screens 2024-08-15 14:36:11 -07:00
Paul Gauthier (aider)
200427e3f1 feat: Show percentage numbers on top of bars without decimals 2024-08-15 13:59:56 -07:00
Paul Gauthier
9f5d5ffe89 feat: Adjust aspect ratio calculation for code-in-json-benchmark.js 2024-08-15 13:59:55 -07:00
Paul Gauthier (aider)
cc0960620c feat: Implement fluid aspect ratio for syntax errors chart 2024-08-15 13:58:44 -07:00
Paul Gauthier (aider)
de7c1484f2 feat: Implement fluid aspect ratio for chart on narrow devices 2024-08-15 13:54:45 -07:00
Paul Gauthier
d306b456a7 fix charts 2024-08-15 13:33:46 -07:00
Paul Gauthier
c3fcaeac5e adjust canvas height 2024-08-15 13:27:35 -07:00
Paul Gauthier
3e5dba8d5c copy 2024-08-15 12:14:49 -07:00
Paul Gauthier
679e1b8990 copy 2024-08-15 11:13:20 -07:00
Paul Gauthier (aider)
353b631091 feat: Add bar value labels to charts 2024-08-15 10:57:48 -07:00
Paul Gauthier
f91faf52dc feat: Add code-in-json-syntax.js and update code-in-json-benchmark.js 2024-08-15 10:57:47 -07:00
Paul Gauthier
e90642295d feat: Add code-in-json-benchmark.js file and update code-in-json.md post 2024-08-15 10:50:51 -07:00