X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2Findex.html;h=66716963e54500a6574b444d74001c508aa1952b;hb=abc8c570a4aac8be7ff4fb266e6e410b768277be;hp=97a0d4a6f826387570bbec1c0791fe76975c30a9;hpb=960eed90ac4bc6fa3f9a41ca3db193692462c5fb;p=dygraphs.git 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