mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: standardize legend text color to match chart defaults
This commit is contained in:
parent
19004c0bad
commit
1e689a69a8
1 changed files with 4 additions and 2 deletions
|
@ -58,13 +58,15 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
text: 'Solo model',
|
text: 'Solo model',
|
||||||
fillStyle: 'rgba(75, 192, 192, 0.2)',
|
fillStyle: 'rgba(75, 192, 192, 0.2)',
|
||||||
strokeStyle: 'rgba(75, 192, 192, 1)',
|
strokeStyle: 'rgba(75, 192, 192, 1)',
|
||||||
lineWidth: 1
|
lineWidth: 1,
|
||||||
|
fontColor: '#666'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Architect + Editor',
|
text: 'Architect + Editor',
|
||||||
fillStyle: 'rgba(54, 162, 235, 0.2)',
|
fillStyle: 'rgba(54, 162, 235, 0.2)',
|
||||||
strokeStyle: 'rgba(54, 162, 235, 1)',
|
strokeStyle: 'rgba(54, 162, 235, 1)',
|
||||||
lineWidth: 1
|
lineWidth: 1,
|
||||||
|
fontColor: '#666'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue