mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +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
|
||||
borderColor: 'red',
|
||||
backgroundColor: 'red',
|
||||
pointRadius: 5,
|
||||
pointHoverRadius: 7,
|
||||
pointRadius: 7,
|
||||
pointHoverRadius: 9,
|
||||
pointStyle: 'rect', // Set point style to square
|
||||
showLine: false
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user