From a45bc8badf42c5cab1246b876ed1a4bb6afe0bbf Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 4 Nov 2014 08:23:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9586e0..b5ba26b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ or to get more control set a parameter object with the old parameters as members |----------------|------|---------------------------------------------------------------------------------------------------------------------------------------------| | 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. | +| fitPointDist | double | defines the x axis distance of the additional two points that are used to enforce the min max condition. | ``` ... lines: { show: true},