style: standardize legend text color to match chart defaults

This commit is contained in:
Paul Gauthier (aider) 2024-12-03 16:47:18 -08:00
parent 19004c0bad
commit 1e689a69a8

View file

@ -58,13 +58,15 @@ document.addEventListener('DOMContentLoaded', function () {
text: 'Solo model',
fillStyle: 'rgba(75, 192, 192, 0.2)',
strokeStyle: 'rgba(75, 192, 192, 1)',
lineWidth: 1
lineWidth: 1,
fontColor: '#666'
},
{
text: 'Architect + Editor',
fillStyle: 'rgba(54, 162, 235, 0.2)',
strokeStyle: 'rgba(54, 162, 235, 1)',
lineWidth: 1
lineWidth: 1,
fontColor: '#666'
}
];
}