From cf8c87d4c4d46946071c30453bdcedcb1dd8f9d7 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 16 Aug 2012 16:34:04 -0400 Subject: [PATCH] update docs to reflect that fillGraph is now per-series. --- dygraph-options-reference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph-options-reference.js b/dygraph-options-reference.js index e39c073..abdb015 100644 --- a/dygraph-options-reference.js +++ b/dygraph-options-reference.js @@ -396,7 +396,7 @@ Dygraph.OPTIONS_REFERENCE = // "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 per-series basis." }, "highlightCircleSize": { "default": "3", -- 2.7.4