From 333f47004502543d0f1e511102a6114e40d68e78 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 5 Nov 2009 21:59:45 +0000 Subject: [PATCH] update combined js --- dygraph-combined.js | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/dygraph-combined.js b/dygraph-combined.js index a2772ca..cd7fdb7 100644 --- a/dygraph-combined.js +++ b/dygraph-combined.js @@ -5127,20 +5127,30 @@ var _130=this.xTicker_(_129,endDate); this.layout_.updateOptions({xTicks:_130}); }; DateGraph.SECONDLY=0; -DateGraph.MINUTELY=1; -DateGraph.HOURLY=2; -DateGraph.DAILY=3; -DateGraph.WEEKLY=4; -DateGraph.MONTHLY=5; -DateGraph.QUARTERLY=6; -DateGraph.BIANNUAL=7; -DateGraph.ANNUAL=8; -DateGraph.DECADAL=9; -DateGraph.NUM_GRANULARITIES=10; +DateGraph.TEN_SECONDLY=1; +DateGraph.THIRTY_SECONDLY=2; +DateGraph.MINUTELY=3; +DateGraph.TEN_MINUTELY=4; +DateGraph.THIRTY_MINUTELY=5; +DateGraph.HOURLY=6; +DateGraph.SIX_HOURLY=7; +DateGraph.DAILY=8; +DateGraph.WEEKLY=9; +DateGraph.MONTHLY=10; +DateGraph.QUARTERLY=11; +DateGraph.BIANNUAL=12; +DateGraph.ANNUAL=13; +DateGraph.DECADAL=14; +DateGraph.NUM_GRANULARITIES=15; DateGraph.SHORT_SPACINGS=[]; DateGraph.SHORT_SPACINGS[DateGraph.SECONDLY]=1000*1; +DateGraph.SHORT_SPACINGS[DateGraph.TEN_SECONDLY]=1000*10; +DateGraph.SHORT_SPACINGS[DateGraph.THIRTY_SECONDLY]=1000*30; DateGraph.SHORT_SPACINGS[DateGraph.MINUTELY]=1000*60; +DateGraph.SHORT_SPACINGS[DateGraph.TEN_MINUTELY]=1000*60*10; +DateGraph.SHORT_SPACINGS[DateGraph.THIRTY_MINUTELY]=1000*60*30; DateGraph.SHORT_SPACINGS[DateGraph.HOURLY]=1000*3600; +DateGraph.SHORT_SPACINGS[DateGraph.HOURLY]=1000*3600*6; DateGraph.SHORT_SPACINGS[DateGraph.DAILY]=1000*86400; DateGraph.SHORT_SPACINGS[DateGraph.WEEKLY]=1000*604800; DateGraph.prototype.NumXTicks=function(_131,_132,_133){ @@ -5173,6 +5183,9 @@ var _142=[]; if(_141