projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124e8d9
)
fix bug in tests/resize.html
author
Dan Vanderkam
<dan@dygraphs.com>
Thu, 2 Jun 2011 18:38:16 +0000
(14:38 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Thu, 2 Jun 2011 18:38:16 +0000
(14:38 -0400)
tests/resize.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/resize.html
b/tests/resize.html
index
80d6069
..
5efe690
100644
(file)
--- a/
tests/resize.html
+++ b/
tests/resize.html
@@
-11,6
+11,11
@@
<script type="text/javascript" src="../dygraph-canvas.js"></script>
<script type="text/javascript" src="../dygraph.js"></script>
<script type="text/javascript" src="data.js"></script>
+ <style type="text/css">
+ html, body {
+ height: 100%;
+ }
+ </style>
</head>
<body>
<div id="div_g" style="width:95%; height:95%"></div>