From 2adb456ef9b49f4b93bc72c8e5e19ae61e2d3153 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 13 Dec 2014 11:36:02 -0500 Subject: [PATCH] Document the value of `this`. --- generate-documentation.py | 2 ++ 1 file changed, 2 insertions(+) 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:

""" -- 2.7.4