mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Increase font sizes in chart elements
This commit is contained in:
parent
74a5ef51d4
commit
bb8b0e32f2
1 changed files with 5 additions and 5 deletions
|
@ -96,7 +96,7 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
|
|||
display: true,
|
||||
text: 'Pass Rate (%)',
|
||||
font: {
|
||||
size: 14
|
||||
size: 18
|
||||
}
|
||||
},
|
||||
ticks: {
|
||||
|
@ -110,12 +110,12 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
|
|||
display: true,
|
||||
text: 'Junior model and edit format',
|
||||
font: {
|
||||
size: 14
|
||||
size: 18
|
||||
}
|
||||
},
|
||||
ticks: {
|
||||
font: {
|
||||
size: 12
|
||||
size: 16
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
|
|||
enabled: true,
|
||||
position: 'end',
|
||||
font: {
|
||||
size: 12
|
||||
size: 14
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -145,7 +145,7 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
|
|||
display: true,
|
||||
labels: {
|
||||
font: {
|
||||
size: 12
|
||||
size: 16
|
||||
},
|
||||
generateLabels: function(chart) {
|
||||
var colorMapping = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue