From: Dan Vanderkam Date: Tue, 23 Mar 2010 14:08:59 +0000 (-0700) Subject: call out the "developer options reference" X-Git-Tag: v1.0.0~703 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=7e6fad88825bf5de54c862b80fb85f1bee5e9448;p=dygraphs.git call out the "developer options reference" --- diff --git a/docs/index.html b/docs/index.html index d2002db..757e660 100644 --- a/docs/index.html +++ b/docs/index.html @@ -474,7 +474,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)

Other Options

-

These are the options that can be passed in through the optional third parameter of the Dygraph constructor. Under each option is a set of links to tests which demonstrate its use.

+

These are the options that can be passed in through the optional third parameter of the Dygraph constructor. Under each option is a set of links to tests which demonstrate its use. While we attempt to keep this list up-to-date, a more complete list can be found in the Dygraph.DEFAULT_ATTRS map in dygraph.js and the this.options map in dygraph-canvas.js.