Make line more visible on charts

main
QiTao Weng 2 years ago
parent 3d22ee9cfa
commit c09941ebe9

@ -86,6 +86,7 @@ const getChartData = (): ChartData<'line'> => {
datasets: [{ datasets: [{
label: node.name, label: node.name,
backgroundColor: '#553564', backgroundColor: '#553564',
borderColor: '#ccc',
data: range.map(x => fn(x)), data: range.map(x => fn(x)),
pointRadius: 5 pointRadius: 5
}], }],

Loading…
Cancel
Save