From: Dan Vanderkam Date: Sat, 28 Nov 2009 15:10:02 +0000 (-0500) Subject: document includeZero attrbute X-Git-Tag: v1.0.0~874^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=7387b66caa9956a8a83f33384640a93b761736a3;p=dygraphs.git document includeZero attrbute --- diff --git a/docs/index.html b/docs/index.html index 15745e8..c8c78ba 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) + + + + + +
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.