X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=18208162bdf651275329d57baf21ec563c4ce6ad;hb=21ff17d117faed5a1654c4b5032c4a10d89fcd5a;hp=e85397a35ca90cd3608602961711d4f531654323;hpb=2739bb8f580356825654aae3301632edbee9665d;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index e85397a..1820816 100644 --- a/docs/index.html +++ b/docs/index.html @@ -320,6 +320,15 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high) + + + + + + @@ -530,9 +539,17 @@ dygraphs library.

Data Policy

dygraphs is purely client-side JavaScript. It does not send your data to any -servers -- the data is process entirely in the client's browser.

+servers -- the data is processed entirely in the client's browser.

Created May 9, 2008 by Dan Vanderkam

+ + + +
NameSample ValueDescription
includeZerotrue, falseUsually, dygraphs will use the range of the data plus some padding to + set the range of the y-axis. If this option is set, the y-axis will always + include zero, typically as the lowest value. This can be used to avoid + exaggerating the variance in the data.
rollPeriod 7 Number of days over which to average data. Discussed extensively above.