Peaks merged to havg/davg

utilities/chartoptions.js
   - removed chart height from global options

sensorspecials/noiseChart.js
   - changed sam texts /tile, subtitle)
This commit is contained in:
rxf
2023-04-04 14:42:49 +02:00
parent b6a8b1706c
commit 9ef468cf74
2 changed files with 82 additions and 83 deletions
+9 -10
View File
@@ -7,7 +7,6 @@ export function createGlobObtions() {
// Options, die für alle Plots identisch sind
let globObject = {
chart: {
height: 600,
spacingRight: 20,
spacingLeft: 20,
spacingTop: 25,
@@ -20,15 +19,15 @@ export function createGlobObtions() {
},
type: 'line',
borderWidth: '2',
events: {
selection: function (event) {
if (event.xAxis) {
doUpdate = false;
} else {
doUpdate = true;
}
}
}
// events: {
// selection: function (event) {
// if (event.xAxis) {
// doUpdate = false;
// } else {
// doUpdate = true;
// }
// }
// }
},
title: {
align: 'left',