mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
copy
This commit is contained in:
parent
1099cda9e4
commit
5ac71d8b6d
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ top coding models, as compared to their previous "solo" scores (striped bars).
|
|||
|
||||
// Function to determine aspect ratio based on screen width
|
||||
function getAspectRatio() {
|
||||
return window.innerWidth < 600 ? 1.5 : 2;
|
||||
return window.innerWidth < 600 ? 1 : 1.5;
|
||||
}
|
||||
var labels = [];
|
||||
var data = [];
|
||||
|
@ -158,7 +158,7 @@ top coding models, as compared to their previous "solo" scores (striped bars).
|
|||
position: 'start',
|
||||
xAdjust: 10,
|
||||
font: {
|
||||
size: 14
|
||||
size: 12
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue