X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=7c1dcdced5a4cfc6c3babbfb41c44dec79ed9b8d;hb=685bae09233c9b19038965283653bc793d8bc338;hp=97a0d4a6f826387570bbec1c0791fe76975c30a9;hpb=36db726360ab1f9ddb7a1fe5528d6c073c5f85a5;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 97a0d4a..7c1dcdc 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 [1], [2]). +

  • NOAA Great Lakes Water Level Dashboard
    + The Great Lakes Water Level dashboard was designed to help users view, understand, and compare Great Lakes surface water elevation data and forecasts from a variety of different sources, and across a variety of time scales ranging from monthly average values, to annual and multi-decadal values. First developed in Adobe Flash, a HTML 5 compatible version has been in the works and a functional draft is available here.
  • +

    Are you using dygraphs? Please let Dan know and he'll add your link here!