Commit a45bc8ba authored by Michael's avatar Michael

Update README.md

parent cdaa8541
...@@ -54,7 +54,7 @@ or to get more control set a parameter object with the old parameters as members ...@@ -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 | | 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) | | 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}, ... lines: { show: true},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment