better visability of peak charts
utilities/errortexts.js - typos corrected sensorspecials/noise.js - accept only values for span lower than default values sensorspecials/noiseChart.js - add zIndex to options
This commit is contained in:
@@ -10,7 +10,7 @@ import * as noiseChart from "./noiseChart.js";
|
||||
|
||||
const setoptionfromtable = (opt,tabval) => {
|
||||
let ret = opt
|
||||
if ((opt === null) || (opt === '')) {
|
||||
if ((opt === null) || (opt === '') || (opt < tabval)){
|
||||
ret = tabval
|
||||
}
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user