X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Findex.html;h=18208162bdf651275329d57baf21ec563c4ce6ad;hb=21ff17d117faed5a1654c4b5032c4a10d89fcd5a;hp=15745e8ab9145cb187f4b14d22e4dcb43fee182d;hpb=5520fcc05d6d5eef405cbfdf6f8b0d5604bf794d;p=dygraphs.git diff --git a/docs/index.html b/docs/index.html index 15745e8..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) + + + + + + @@ -534,5 +543,13 @@ 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.