mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-13 03:30:46 +02:00
Update main.js
This commit is contained in:
parent
1c4a2cfbdf
commit
2cc3d16830
@ -970,8 +970,9 @@ function updateChartWithNormalizedData(chart, data) {
|
|||||||
data: [], // This will be populated with the points where a block is found
|
data: [], // This will be populated with the points where a block is found
|
||||||
borderColor: 'red',
|
borderColor: 'red',
|
||||||
backgroundColor: 'red',
|
backgroundColor: 'red',
|
||||||
pointRadius: 5,
|
pointRadius: 7,
|
||||||
pointHoverRadius: 7,
|
pointHoverRadius: 9,
|
||||||
|
pointStyle: 'rect', // Set point style to square
|
||||||
showLine: false
|
showLine: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user