Make line more visible on charts

This commit is contained in:
QiTao Weng 2022-04-10 05:37:01 -05:00
parent 3d22ee9cfa
commit c09941ebe9

View File

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