call out the "developer options reference"
authorDan Vanderkam <danvdk@gmail.com>
Tue, 23 Mar 2010 14:08:59 +0000 (07:08 -0700)
committerDan Vanderkam <danvdk@gmail.com>
Tue, 23 Mar 2010 14:08:59 +0000 (07:08 -0700)
docs/index.html

index d2002db..757e660 100644 (file)
@@ -474,7 +474,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
 
     <h2 id="options">Other Options</h2>
 
-    <p>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.</p>
+    <p>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 <code>Dygraph.DEFAULT_ATTRS</code> map in <code>dygraph.js</code> and the <code>this.options</code> map in <code>dygraph-canvas.js</code>.</p>
 
     <table class="thinborder" width="900">
       <thead>