removed the y-axis scale - autoscale FTW!

This commit is contained in:
Justin Otherguy 2010-10-04 02:50:49 +02:00
parent 767ad23145
commit 3bfca3567c

View file

@ -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 },