changed the number of days from 30 to 365 ;-)

This commit is contained in:
Justin Otherguy 2010-12-06 01:46:10 +01:00
parent 38d225a78f
commit 4482aea31a

View file

@ -233,7 +233,7 @@ vz.wui.handleControls = function () {
break;
case 'zoom_year':
var year = 30*24*60*60*1000;
var year = 365*24*60*60*1000;
vz.options.plot.xaxis.min = middle - year/2;
vz.options.plot.xaxis.max = middle + year/2;
break;