feat: add x-axis label to chart

This commit is contained in:
Paul Gauthier (aider) 2024-09-26 10:18:04 -07:00
parent 975f35dfbc
commit 5378171ed1

View file

@ -91,6 +91,12 @@ Splitting up "code reasoning" and "code editing" has produced SOTA results on
title: {
display: true,
text: 'Pass Rate (%)'
},
x: {
title: {
display: true,
text: 'Junior model and edit format'
}
}
}
},