mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: add x-axis label to chart
This commit is contained in:
parent
975f35dfbc
commit
5378171ed1
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue