From 102666393cd0e01fb8c00b9106618a6e1c10763f Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 3 Nov 2014 23:41:23 +0100 Subject: [PATCH] Update and rename README to README.md --- README => README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename README => README.md (73%) diff --git a/README b/README.md similarity index 73% rename from README rename to README.md index f66a3f2..67acedc 100644 --- a/README +++ b/README.md @@ -34,9 +34,9 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t active: bool true => plugin can be used apply: bool true => series will be drawn as curved line - monotonicFit: bool true => uses monotone cubic interpolation (preserve monotonicity) + monotonicFit: bool true => uses monotone cubic interpolation (preserve monotonicity) tension: int defines the tension parameter of the hermite spline interpolation (no effect if monotonicFit is set) - nrSplinePoints: int defines the number of sample points (of the spline) in between two consecutive points + nrSplinePoints: int defines the number of sample points (of the spline) in between two consecutive points deprecated options from flot prior to 1.0.0: ------------------------------------------------ @@ -44,8 +44,9 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t OR legacyOverride optionArray { - fit: bool true => forces the max,mins of the curve to be on the datapoints - curvePointFactor int defines how many "virtual" points are used per "real" data point to - emulate the curvedLines (points total = real points * curvePointFactor) - fitPointDist: int defines the x axis distance of the additional two points that are used - } to enforce the min max condition. \ No newline at end of file + fit: bool true => forces the max,mins of the curve to be on the datapoints + curvePointFactor int defines how many "virtual" points are used per "real" data point to + emulate the curvedLines (points total = real points * curvePointFactor) + fitPointDist: int defines the x axis distance of the additional two points that are used + to enforce the min max condition. + }