From: Dan Vanderkam Date: Thu, 16 Aug 2012 20:34:04 +0000 (-0400) Subject: update docs to reflect that fillGraph is now per-series. X-Git-Tag: v1.0.0~189 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=cf8c87d4c4d46946071c30453bdcedcb1dd8f9d7;p=dygraphs.git update docs to reflect that fillGraph is now per-series. --- 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",