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',
xMin: 2,
xMax: 2,
borderColor: '#999',
borderColor: '#333',
borderWidth: 1
},
minus2sd: {
type: 'line',
xMin: -2,
xMax: -2,
borderColor: '#999',
borderColor: '#333',
borderWidth: 1
},
plus3sd: {
type: 'line',
xMin: 3,
xMax: 3,
borderColor: '#333',
borderColor: '#ccc',
borderWidth: 2
},
minus3sd: {
type: 'line',
xMin: -3,
xMax: -3,
borderColor: '#333',
borderColor: '#ccc',
borderWidth: 2
}
}