mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
feat: Move "Previous SOTA" label to the left side of the graph
This commit is contained in:
parent
7c8f0ea7b6
commit
6f8fe44fd6
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ top coding models, as compared to their previous "solo" scores (striped bars).
|
||||||
label: {
|
label: {
|
||||||
content: 'Previous SOTA',
|
content: 'Previous SOTA',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
position: 'end',
|
position: 'start',
|
||||||
|
xAdjust: 10,
|
||||||
|
yAdjust: -10,
|
||||||
font: {
|
font: {
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue