change bold line on 3sd to 2sd

This commit is contained in:
mahdahar 2026-03-05 08:31:32 +07:00
parent 4df29e877a
commit c230e79a62

View File

@ -876,28 +876,28 @@
type: 'line', type: 'line',
xMin: 2, xMin: 2,
xMax: 2, xMax: 2,
borderColor: '#999', borderColor: '#333',
borderWidth: 1 borderWidth: 1
}, },
minus2sd: { minus2sd: {
type: 'line', type: 'line',
xMin: -2, xMin: -2,
xMax: -2, xMax: -2,
borderColor: '#999', borderColor: '#333',
borderWidth: 1 borderWidth: 1
}, },
plus3sd: { plus3sd: {
type: 'line', type: 'line',
xMin: 3, xMin: 3,
xMax: 3, xMax: 3,
borderColor: '#333', borderColor: '#ccc',
borderWidth: 2 borderWidth: 2
}, },
minus3sd: { minus3sd: {
type: 'line', type: 'line',
xMin: -3, xMin: -3,
xMax: -3, xMax: -3,
borderColor: '#333', borderColor: '#ccc',
borderWidth: 2 borderWidth: 2
} }
} }