Commit graph

255 commits

Author SHA1 Message Date
Paul Gauthier (aider)
4f54ed5abd feat: Reduce chart height by 20% 2024-08-13 14:18:37 -07:00
Paul Gauthier (aider)
8c44584138 feat: Hide legends for both charts 2024-08-13 14:18:02 -07:00
Paul Gauthier
38700b68d2 fix: Update chart labels and titles for better clarity 2024-08-13 14:18:01 -07:00
Paul Gauthier (aider)
4ea4fb4793 feat: Add a new bar chart to plot the aider_total number of lines by release 2024-08-13 14:11:06 -07:00
Paul Gauthier
44739409d5 fix: Update blame.md to improve tooltip and label text 2024-08-13 14:11:05 -07:00
Paul Gauthier (aider)
99d7c7983f feat: Add aider_total to tooltip 2024-08-13 14:05:17 -07:00
Paul Gauthier
34fbf5252e fix: Add console.log statement to debug tooltip label 2024-08-13 14:05:16 -07:00
Paul Gauthier (aider)
b38b92dbbc fix: Update tooltip callback to display correct data 2024-08-13 13:52:56 -07:00
Paul Gauthier (aider)
a7b108a0e9 feat: Change x-axis to show version number 2024-08-13 13:47:59 -07:00
Paul Gauthier
390e425729 Warn windows users about setx restart terminal 2024-08-13 09:25:01 -07:00
Paul Gauthier
c85f7d4f63 copy 2024-08-10 13:50:31 -07:00
Paul Gauthier
82fa8accdd pip install -> python -m pip install 2024-08-08 13:17:42 -03:00
Paul Gauthier
0e2c7c60fa copy 2024-08-08 13:11:03 -03:00
Paul Gauthier
381f33c743 Added py -m aider tip to main install page 2024-08-08 13:00:07 -03:00
Paul Gauthier
7c50e5d7af drop dangling comma 2024-07-30 10:29:40 -03:00
Paul Gauthier (aider)
3ee30a62de Update aider_lines field to aider_total in blame.md 2024-07-30 10:22:25 -03:00
Paul Gauthier
ae1932f43f copy 2024-07-29 12:50:12 -03:00
Paul Gauthier (aider)
da236f5f65 Update legend label to describe bubble size as total lines contributed by aider 2024-07-29 12:49:09 -03:00
Paul Gauthier
affb438cda Update the bubble chart label to include "by aider" 2024-07-29 12:49:07 -03:00
Paul Gauthier (aider)
f793939829 Remove the left legend box 2024-07-29 12:14:54 -03:00
Paul Gauthier (aider)
4c9337f865 Move the legend to the top and add a chart title to improve the visibility of the dataset label. 2024-07-29 12:12:07 -03:00
Paul Gauthier
c294bff910 Add more descriptive y-axis label for Aider contribution chart 2024-07-29 12:10:13 -03:00
Paul Gauthier (aider)
68ccbdfa3a Fix tooltip to display correct integer lines of code 2024-07-29 12:08:46 -03:00
Paul Gauthier (aider)
a38a362bd5 Fix the tooltip to correctly show the percentage and lines of code, and round the percentage to a whole number. 2024-07-29 12:07:28 -03:00
Paul Gauthier (aider)
931e158edf Add legend to explain bubble size represents lines of code 2024-07-29 12:06:04 -03:00
Paul Gauthier (aider)
3ed6271fa2 Scale the bubbles by 1.5x 2024-07-29 12:05:20 -03:00
Paul Gauthier (aider)
af92e71932 Modify chart to display percentage on y-axis and use lines of code for bubble radius 2024-07-29 12:04:45 -03:00
Paul Gauthier (aider)
148078ecac Modify chart to display both lines of code and percentage contributed by Aider 2024-07-29 12:03:42 -03:00
Paul Gauthier (aider)
994e9a1475 Change the y-axis to show lines of aider code instead of percentage 2024-07-29 12:00:32 -03:00
Paul Gauthier
c971db7cb7 Finished blame graph 2024-07-29 11:52:55 -03:00
Paul Gauthier (aider)
2ded5e6faa Update the x-axis of the chart to show increasing dates from left to right, using month labels. 2024-07-29 11:50:11 -03:00
Paul Gauthier
05685c752b Add 15 days to the maximum date range in the blame chart. 2024-07-29 11:48:05 -03:00
Paul Gauthier (aider)
9b78f844a9 Extend the x-axis maximum limit to include the last date 2024-07-29 11:45:21 -03:00
Paul Gauthier (aider)
130a161b8e Increase dot size and opacity of trailing average line in chart 2024-07-29 11:44:42 -03:00
Paul Gauthier
3106ce3d1f Add missing max property to chart configuration to ensure the chart displays the full range of contribution percentages. 2024-07-29 11:44:40 -03:00
Paul Gauthier (aider)
7140f9ce8e Increase Aider's contribution percentage across releases 2024-07-29 11:41:02 -03:00
Paul Gauthier
10029f961e Add more descriptive label to blame chart 2024-07-29 11:41:01 -03:00
Paul Gauthier (aider)
a62a2201ad Add date with year to x-axis in Chart.js configuration 2024-07-29 11:39:04 -03:00
Paul Gauthier
798c22dbb9 Add support for displaying code contribution percentages greater than 100% 2024-07-29 11:39:02 -03:00
Paul Gauthier
e1a09c907d Update the label and axis titles of the blame chart to provide more descriptive information. 2024-07-29 11:37:49 -03:00
Paul Gauthier (aider)
1db6962285 Round the percentage displayed in the tooltip to a whole number 2024-07-29 11:31:35 -03:00
Paul Gauthier (aider)
0e6ebfb8a0 Add date formatting libraries to Chart.js configuration 2024-07-29 11:29:40 -03:00
Paul Gauthier (aider)
c54fa50367 Add a scatter plot graph of the blame.yml data to the blame.md file 2024-07-29 11:22:47 -03:00
Paul Gauthier
b777785bd2 Add blame.md file to website/_includes directory 2024-07-29 11:22:46 -03:00
Paul Gauthier
440d087032 copy 2024-07-07 10:13:35 -03:00
Paul Gauthier
12eb203a6a copy 2024-07-07 08:27:17 -03:00
Paul Gauthier
59b3b6da0f copy 2024-07-06 22:12:47 -03:00
Paul Gauthier
e93e310f1d copy 2024-07-06 22:09:18 -03:00
Paul Gauthier
46374fb07a Load .env from home, git, cwd, cmd line arg 2024-07-06 21:59:20 -03:00
Paul Gauthier
8a0480a56d copy 2024-07-06 21:37:38 -03:00