mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
feat: Add title to chart legend
This commit is contained in:
parent
7027b7b724
commit
9bc7c8f3b0
1 changed files with 8 additions and 0 deletions
|
@ -154,6 +154,14 @@ top coding models, as compared to their previous "solo" scores (striped bars).
|
||||||
},
|
},
|
||||||
legend: {
|
legend: {
|
||||||
display: true,
|
display: true,
|
||||||
|
title: {
|
||||||
|
display: true,
|
||||||
|
text: 'Architect model',
|
||||||
|
font: {
|
||||||
|
size: 16,
|
||||||
|
weight: 'bold'
|
||||||
|
}
|
||||||
|
},
|
||||||
labels: {
|
labels: {
|
||||||
font: {
|
font: {
|
||||||
size: 16
|
size: 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue