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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user