From: Dan Vanderkam Date: Sat, 13 Dec 2014 16:36:02 +0000 (-0500) Subject: Document the value of `this`. X-Git-Tag: v2.0.0~79^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=refs%2Fheads%2Fthis-formatter;p=dygraphs.git Document the value of `this`. --- diff --git a/generate-documentation.py b/generate-documentation.py index 0d6760e..31781b9 100755 --- a/generate-documentation.py +++ b/generate-documentation.py @@ -133,6 +133,8 @@ print """

Some options can be set on a per-axis and per-series basis. See the docs on per-axis and per-series options to learn how to do this. The options which may be set in this way are marked as such on this page.

+

For options which are functions (e.g. callbacks and formatters), the value of this is set to the Dygraph object.

+

And, without further ado, here's the complete list of options:

"""