removed the y-axis scale - autoscale FTW!
This commit is contained in:
parent
767ad23145
commit
3bfca3567c
1 changed files with 4 additions and 4 deletions
|
@ -74,10 +74,10 @@ var vz = {
|
|||
timeformat: '%d.%b %h:%M',
|
||||
monthNames: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez']
|
||||
},
|
||||
yaxis: {
|
||||
min: 0,
|
||||
zoomRange: [1, null] // dont scale yaxis when zooming
|
||||
},
|
||||
//yaxis: {
|
||||
//min: 0,
|
||||
//zoomRange: [1, null] // dont scale yaxis when zooming
|
||||
//},
|
||||
selection: { mode: 'x' },
|
||||
//crosshair: { mode: 'x' },
|
||||
grid: { hoverable: true, autoHighlight: false },
|
||||
|
|
Loading…
Add table
Reference in a new issue