feat: Add title to chart legend

This commit is contained in:
Paul Gauthier (aider) 2024-09-26 17:43:01 -07:00
parent 7027b7b724
commit 9bc7c8f3b0

View file

@ -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