update docs to reflect that fillGraph is now per-series.
authorDan Vanderkam <danvk@google.com>
Thu, 16 Aug 2012 20:34:04 +0000 (16:34 -0400)
committerDan Vanderkam <danvk@google.com>
Thu, 16 Aug 2012 20:34:04 +0000 (16:34 -0400)
dygraph-options-reference.js

index e39c073..abdb015 100644 (file)
@@ -396,7 +396,7 @@ Dygraph.OPTIONS_REFERENCE =  // <JSON>
     "default": "false",
     "labels": ["Data Line display"],
     "type": "boolean",
-    "description": "Should the area underneath the graph be filled? This option is not compatible with error bars."
+    "description": "Should the area underneath the graph be filled? This option is not compatible with error bars. This may be set on a <a href='per-axis.html'>per-series</a> basis."
   },
   "highlightCircleSize": {
     "default": "3",