Commit 1f1c8437 authored by Michael's avatar Michael

Update README.md

added the requirement for ordered data to the readme
parent ec39841f
......@@ -29,6 +29,11 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t
* * * * * * * * * * * * * * * * * * * * * * * *
how to use it:
* * * * * * * * * * * * * * * * * * * * * * * *
##### Data: #####
CurvedLines assumes x<sub>i</sub> < x<sub>i+1</sub> that is x values must be ordered from smallest to largest and must be unique.
##### Config: ######
```
... lines: { show: true},
curvedLines: {
......
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