feat: Increase font sizes in chart elements

This commit is contained in:
Paul Gauthier 2024-09-26 12:10:06 -07:00 committed by Paul Gauthier (aider)
parent 74a5ef51d4
commit bb8b0e32f2

View file

@ -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 = {