Document the value of `this`. this-formatter
authorDan Vanderkam <danvdk@gmail.com>
Sat, 13 Dec 2014 16:36:02 +0000 (11:36 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Sat, 13 Dec 2014 16:36:02 +0000 (11:36 -0500)
generate-documentation.py

index 0d6760e..31781b9 100755 (executable)
@@ -133,6 +133,8 @@ print """
 
 <p>Some options can be set on a per-axis and per-series basis. See the docs on <a href="per-axis.html">per-axis and per-series options</a> to learn how to do this. The options which may be set in this way are marked as such on this page.</p>
 
+<p>For options which are functions (e.g. callbacks and formatters), the value of <code>this</code> is set to the Dygraph object.</p>
+
 <p>And, without further ado, here's the complete list of options:</p>
 """