mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Update aider_lines field to aider_total in blame.md
This commit is contained in:
parent
16eadba5e5
commit
3ee30a62de
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
{
|
||||
x: '{{ row.end_date }}',
|
||||
y: {{ row.aider_percentage }},
|
||||
r: Math.sqrt({{ row.aider_lines }}) * 1.5,
|
||||
r: Math.sqrt({{ row.aider_total }}) * 1.5,
|
||||
label: '{{ row.end_tag }}',
|
||||
percentage: {{ row.aider_percentage }},
|
||||
lines: {{ row.aider_lines }}
|
||||
lines: {{ row.aider_total }}
|
||||
},
|
||||
{% endfor %}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue