mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Increase dot size and opacity of trailing average line in chart
This commit is contained in:
parent
3106ce3d1f
commit
130a161b8e
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
],
|
||||
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
||||
borderColor: 'rgba(54, 162, 235, 1)',
|
||||
borderWidth: 1
|
||||
borderWidth: 1,
|
||||
pointRadius: 5,
|
||||
pointHoverRadius: 8
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue