Update main.js

This commit is contained in:
DJObleezy 2025-03-30 06:21:44 -07:00 committed by GitHub
parent 1c4a2cfbdf
commit 2cc3d16830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
};