mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54: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)
|
[aider's code editing benchmark](/docs/benchmarks.html#the-benchmark)
|
||||||
score for various combinations of Senior and Junior models.
|
score for various combinations of Senior and Junior models.
|
||||||
|
|
||||||
<div>
|
<div style="height: 500px;">
|
||||||
<canvas id="seniorJuniorChart"></canvas>
|
<canvas id="seniorJuniorChart"></canvas>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -89,7 +89,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
plugins: {
|
plugins: {
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Pass Rate for Senior/Junior/EditFormat Combinations'
|
text: 'Pass Rate for Senior/Junior/EditFormat Combinations',
|
||||||
|
font: {
|
||||||
|
size: 18
|
||||||
|
}
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
position: 'top',
|
position: 'top',
|
||||||
|
@ -105,7 +108,10 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
max: 100,
|
max: 100,
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Pass Rate (%)'
|
text: 'Pass Rate (%)',
|
||||||
|
font: {
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue