From: Dan Vanderkam Date: Tue, 29 Jan 2013 21:04:39 +0000 (-0800) Subject: Merge pull request #200 from kberg/resize-handler X-Git-Tag: v1.0.0~111 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=94efbcad5accd7f314b57fb5c84f0dd86b3cb58b;hp=7d6df48dfebbf5f00c3bf775183280be5db45e75;p=dygraphs.git Merge pull request #200 from kberg/resize-handler Resize handler --- diff --git a/docs/index.html b/docs/index.html index 97a0d4a..6671696 100644 --- a/docs/index.html +++ b/docs/index.html @@ -408,6 +408,13 @@ new Dygraph(el, data, {

Most browsers will ignore the trailing comma, but it will break under IE.

+

You may also need to delay instantiating any dygraphs until after the DOM + content is ready, as there have been some reports + that excanvas won't work until this happens. If you're using jQuery, this + means drawing your charts inside of a $(function() { ... }) + block.

+

GViz Data

The