X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=cc3d1bedfa4f6989e0e0e94e38e40928066ad9a7;hb=3fb516b5e8b861f15754428c6071688ab121bb6c;hp=59ac6ad587eacc0a1dbaa0f0c317a1427ff7db71;hpb=7e4cb2695200ce31626010c2cf0574fc5a83c2a6;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 59ac6ad..cc3d1be 100644 --- a/docs/index.html +++ b/docs/index.html @@ -93,7 +93,13 @@

dygraphs JavaScript Visualization Library

http://github.com/danvk/dygraphs

-

See blog, mailing list, downloads, demos and open issues

+

For help, ask + a question on StackOverflow. You may also be interested in the blog, mailing list, demos and open issues.

dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them.

@@ -395,7 +401,7 @@ </head> -

(This is surprisingly tricky because the HTML5 doctype breaks excanvas in IE8. See this discussion for details.)

+

(This is surprisingly tricky because the HTML5 doctype breaks excanvas in IE8. See this discussion for details. Note that the <meta http-equiv…> line must appear first in the <head> section for this to work properly.)

While VML emulation sounds like it would be slow, it works well in practice for most charts.

@@ -408,6 +414,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!