mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45: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,
|
display: true,
|
||||||
text: 'Pass Rate (%)',
|
text: 'Pass Rate (%)',
|
||||||
font: {
|
font: {
|
||||||
size: 14
|
size: 18
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ticks: {
|
ticks: {
|
||||||
|
@ -110,12 +110,12 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8
|
||||||
display: true,
|
display: true,
|
||||||
text: 'Junior model and edit format',
|
text: 'Junior model and edit format',
|
||||||
font: {
|
font: {
|
||||||
size: 14
|
size: 18
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ticks: {
|
ticks: {
|
||||||
font: {
|
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,
|
enabled: true,
|
||||||
position: 'end',
|
position: 'end',
|
||||||
font: {
|
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,
|
display: true,
|
||||||
labels: {
|
labels: {
|
||||||
font: {
|
font: {
|
||||||
size: 12
|
size: 16
|
||||||
},
|
},
|
||||||
generateLabels: function(chart) {
|
generateLabels: function(chart) {
|
||||||
var colorMapping = {
|
var colorMapping = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue