X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=18208162bdf651275329d57baf21ec563c4ce6ad;hb=21ff17d117faed5a1654c4b5032c4a10d89fcd5a;hp=cb4f362778fd122b6cf538bb30d10328045bb8be;hpb=bb89f4463bfe972067bd9894421a98ed0563292c;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index cb4f362..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) + + + + + + @@ -528,7 +537,19 @@ dygraphs library.

object's valueOf method. +

Data Policy

+

dygraphs is purely client-side JavaScript. It does not send your data to any +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.