From 5144848cc2ea055b6cbdbd3fb41a667ccc60ed42 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Wed, 15 Apr 2009 18:12:12 +0000 Subject: [PATCH] Clarify that the default fill color of points is white git-svn-id: https://flot.googlecode.com/svn/trunk@150 1e0a6537-2640-0410-bfb7-f154510ff394 --- API.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/API.txt b/API.txt index fb4fc10..75b3ade 100644 --- a/API.txt +++ b/API.txt @@ -462,9 +462,10 @@ also hide the shadow. "fill" is whether the shape should be filled. For lines, this produces area graphs. You can use "fillColor" to specify the color of the fill. If "fillColor" evaluates to false (default for everything except -points), the fill color is auto-set to the color of the data series. -You can adjust the opacity of the fill by setting fill to a number -between 0 (fully transparent) and 1 (fully opaque). +points which are filled with white), the fill color is auto-set to the +color of the data series. You can adjust the opacity of the fill by +setting fill to a number between 0 (fully transparent) and 1 (fully +opaque). For bars, fillColor can be a gradient, see the gradient documentation below. "barWidth" is the width of the bars in units of the x axis,