From be0799cfbe94d3953b4e900dead357fa4afb4a8b Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 1 May 2012 07:17:25 -0400 Subject: [PATCH] Fixed a typo in the jquery.flot.fillbetween.js documentation --- jquery.flot.fillbetween.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.fillbetween.js b/jquery.flot.fillbetween.js index 69700e7..66e25ab 100644 --- a/jquery.flot.fillbetween.js +++ b/jquery.flot.fillbetween.js @@ -13,7 +13,7 @@ In order to name the other series, you need to give it an id, like this { data: [ ... ], fillBetween: "foo" }, // use first dataset as bottom ]; - $.plot($("#placeholder"), dataset, { line: { show: true, fill: true }}); + $.plot($("#placeholder"), dataset, { lines: { show: true, fill: true }}); As a convenience, if the id given is a number that doesn't appear as an id in the series, it is interpreted as the index in the array