From 7e6fad88825bf5de54c862b80fb85f1bee5e9448 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 23 Mar 2010 07:08:59 -0700 Subject: [PATCH] call out the "developer options reference" --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.7.4