Make line more visible on charts
This commit is contained in:
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…
Reference in New Issue
Block a user