mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
style: Increase font sizes for chart labels and title
This commit is contained in:
parent
8448eff1eb
commit
3d544136d2
1 changed files with 20 additions and 2 deletions
|
@ -34,7 +34,10 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Aider coder editing benchmark'
|
text: 'Aider coder editing benchmark',
|
||||||
|
font: {
|
||||||
|
size: 16
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
|
@ -42,7 +45,22 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
beginAtZero: true,
|
beginAtZero: true,
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Percent completed correctly'
|
text: 'Percent completed correctly',
|
||||||
|
font: {
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ticks: {
|
||||||
|
font: {
|
||||||
|
size: 12
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
x: {
|
||||||
|
ticks: {
|
||||||
|
font: {
|
||||||
|
size: 12
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue