fix: Properly nest x-axis title within x-axis configuration

This commit is contained in:
Paul Gauthier (aider) 2024-09-26 10:19:08 -07:00
parent 4f32da2bf0
commit 2d5962ef2f

View file

@ -91,13 +91,14 @@ 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'
}
}
},
x: {
title: {
display: true,
text: 'Junior model and edit format'
}
}
}
},
plugins: {