mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Scale the bubbles by 1.5x
This commit is contained in:
parent
af92e71932
commit
3ed6271fa2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
{
|
||||
x: '{{ row.end_date }}',
|
||||
y: {{ row.aider_percentage }},
|
||||
r: Math.sqrt({{ row.aider_lines }}),
|
||||
r: Math.sqrt({{ row.aider_lines }}) * 1.5,
|
||||
label: '{{ row.end_tag }}',
|
||||
percentage: {{ row.aider_percentage }}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue