mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
fix: Properly nest x-axis title within x-axis configuration
This commit is contained in:
parent
4f32da2bf0
commit
2d5962ef2f
1 changed files with 7 additions and 6 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue