projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1bce5a
)
make the issue more obvious
author
Dan Vanderkam
<danvk@google.com>
Tue, 21 Dec 2010 19:05:13 +0000
(14:05 -0500)
committer
Dan Vanderkam
<danvk@google.com>
Tue, 21 Dec 2010 19:05:13 +0000
(14:05 -0500)
tests/daylight-savings.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/daylight-savings.html
b/tests/daylight-savings.html
index
365a8b7
..
68c30b1
100644
(file)
--- a/
tests/daylight-savings.html
+++ b/
tests/daylight-savings.html
@@
-16,6
+16,9
@@
<div id="demodiv"></div>
+ <p>The tick marks should all be on day boundaries or nice hours (6, 12, 18),
+ rather than on odd time boundaries like 5, 11, 17 and 23.</p>
+
<script type="text/javascript">
g = new Dygraph(
document.getElementById("demodiv"),
@@
-24,7
+27,8
@@
"2010-11-06 00:00:00,168571\n" +
"2010-11-07 00:00:00,177796\n" +
"2010-11-08 00:00:00,165587\n" +
-"2010-11-09 00:00:00,164380\n"
+"2010-11-09 00:00:00,164380\n",
+ { width: 1024 }
);
</script>
</body>