From: Dan Vanderkam Date: Thu, 14 Jul 2011 15:34:13 +0000 (-0400) Subject: this is how I'd like resizing to work X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1315b6e3f94beec5cb038c739025aa41f193eaeb;p=dygraphs.git this is how I'd like resizing to work --- diff --git a/tests/resize.html b/tests/resize.html index 2d2a02e..da47b5d 100644 --- a/tests/resize.html +++ b/tests/resize.html @@ -17,10 +17,17 @@ html, body { height: 100%; } + #div_g { + position: absolute; + left: 10px; + right: 10px; + top: 10px; + height: 250px; + } -
+