X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=c380ee27513a76e46a95d6a780012bd648e17015;hb=b00db156e8f6e6e1fd74f77b45bf9d4914401430;hp=b98fc0cd69c84787411fe952ab27070280ae6592;hpb=65914f5fca761dc387bdbae15f7287f19086c6aa;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index b98fc0c..c380ee2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@
  • Source
  • Issues
  • Report Bug
  • -
  • Contact
  • +
  • Contact
  • Gallery

    @@ -36,7 +36,9 @@
  • GViz Demo
  • Equation Plotter
  • Performance Test
  • +
  • Filled Chart
  • Fractions
  • +
  • Visibility
  • Labels in a DIV
  • Numeric Axis
  • Dotted Points
  • @@ -62,7 +64,7 @@

    dygraphs JavaScript Visualization Library

    http://github.com/danvk/dygraphs

    -

    See downloads, gallery and open issues

    +

    See mailing list, downloads, gallery 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.

    @@ -173,7 +175,7 @@ -

    In order to keep this example self-contained, the second parameter is raw CSV data. The dygraphs library parses this data (including column headers), resizes the its container to a reasonable default, calculates appropriate axis ranges and tick marks and draws the graph.

    +

    In order to keep this example self-contained, the second parameter is raw CSV data. The dygraphs library parses this data (including column headers), resizes its container to a reasonable default, calculates appropriate axis ranges and tick marks and draws the graph.

    In most applications, it makes more sense to include a CSV file instead. If the second parameter to the constructor doesn't contain a newline, it will be interpreted as the path to a CSV file. The Dygraph will perform an XMLHttpRequest to retrieve this file and display the data when it becomes available. Make sure your CSV file is readable and serving from a place that understands XMLHttpRequest's! In particular, you cannot specify a CSV file using "file:///". Here's an example: (data from Weather Underground)

    @@ -428,9 +430,16 @@ new Dygraph(el, data, {

    This chart shows monthly closes of the Dow Jones Industrial Average, both in nominal and real (i.e. adjusted for inflation) dollars. The shaded areas show its monthly high and low. CPI values with a base from 1982-84 are used to adjust for inflation.

    +

    Display: + + + + +

    +