X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=c380ee27513a76e46a95d6a780012bd648e17015;hb=b00db156e8f6e6e1fd74f77b45bf9d4914401430;hp=87165a76c7aab5de46cff8a0a75479379dc5b2f0;hpb=7ffbfdc111a8ec9b48c33d9c831432b32732f996;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 87165a7..c380ee2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -175,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)