projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d936940
)
fix bug
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 14 Dec 2009 08:14:16 +0000
(
00:14
-0800)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 14 Dec 2009 08:14:16 +0000
(
00:14
-0800)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
0ff8bf1
..
23714d1
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-901,7
+901,7
@@
Dygraph.SHORT_SPACINGS[Dygraph.MINUTELY] = 1000 * 60;
Dygraph.SHORT_SPACINGS[Dygraph.TEN_MINUTELY] = 1000 * 60 * 10;
Dygraph.SHORT_SPACINGS[Dygraph.THIRTY_MINUTELY] = 1000 * 60 * 30;
Dygraph.SHORT_SPACINGS[Dygraph.HOURLY] = 1000 * 3600;
-Dygraph.SHORT_SPACINGS[Dygraph.
HOURLY]
= 1000 * 3600 * 6;
+Dygraph.SHORT_SPACINGS[Dygraph.
SIX_HOURLY]
= 1000 * 3600 * 6;
Dygraph.SHORT_SPACINGS[Dygraph.DAILY] = 1000 * 86400;
Dygraph.SHORT_SPACINGS[Dygraph.WEEKLY] = 1000 * 604800;