Increase dot size and opacity of trailing average line in chart

This commit is contained in:
Paul Gauthier (aider) 2024-07-29 11:44:42 -03:00
parent 3106ce3d1f
commit 130a161b8e

View file

@ -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
}]
};