Senor-Label richtiger Umbruch

This commit is contained in:
2024-12-19 15:50:15 +00:00
parent fee5ed1ea7
commit 49378476c2
7 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export const liveData = (params, values, req) => {
},
max: utils.noise_ymax,
// min: utils.noise_ymin,
min: 20,
min: 10,
// opposite: true,
tickAmount: 11,
useHTML: true,
+1 -1
View File
@@ -5,7 +5,7 @@ import { translate as trans } from '../routes/index.js'
let language = 'en'
export const colors = {'eq': '#0000FF', 'max': '#FF0000', 'min': '#008000', 'peaks': '#DAA520'};
export const noise_ymin = 30;
export const noise_ymin = 20;
export const noise_ymax = 120;
export function createGlobObtions() {