mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Increase chart height and improve title and axis label readability
This commit is contained in:
parent
c33dd0ee7b
commit
d699f3025d
1 changed files with 9 additions and 3 deletions
|
@ -46,7 +46,7 @@ The graph below and table show the
|
|||
[aider's code editing benchmark](/docs/benchmarks.html#the-benchmark)
|
||||
score for various combinations of Senior and Junior models.
|
||||
|
||||
<div>
|
||||
<div style="height: 500px;">
|
||||
<canvas id="seniorJuniorChart"></canvas>
|
||||
</div>
|
||||
|
||||
|
@ -89,7 +89,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
plugins: {
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Pass Rate for Senior/Junior/EditFormat Combinations'
|
||||
text: 'Pass Rate for Senior/Junior/EditFormat Combinations',
|
||||
font: {
|
||||
size: 18
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
position: 'top',
|
||||
|
@ -105,7 +108,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
max: 100,
|
||||
title: {
|
||||
display: true,
|
||||
text: 'Pass Rate (%)'
|
||||
text: 'Pass Rate (%)',
|
||||
font: {
|
||||
size: 14
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue