feat: Move "Previous SOTA" label to the left side of the graph

This commit is contained in:
Paul Gauthier (aider) 2024-09-26 17:28:39 -07:00
parent 7c8f0ea7b6
commit 6f8fe44fd6

View file

@ -143,7 +143,9 @@ top coding models, as compared to their previous "solo" scores (striped bars).
label: {
content: 'Previous SOTA',
enabled: true,
position: 'end',
position: 'start',
xAdjust: 10,
yAdjust: -10,
font: {
size: 14
}