You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
MichaelZinsmaier d1dc90e845 added descriptive example for fitPointDist and curvePointFactor parameter based on issue18 12 years ago
flot added descriptive example for fitPointDist and curvePointFactor parameter based on issue18 12 years ago
tests added descriptive example for fitPointDist and curvePointFactor parameter based on issue18 12 years ago
.project Merge branch 'origin/master' 13 years ago
README readme commit 15 years ago
curvedLines.js added descriptive example for fitPointDist and curvePointFactor parameter based on issue18 12 years ago
example.js Fix example comment html 13 years ago
exampleFillMultiAxis.js Fix example comment html 13 years ago
exampleFit.js Fix example comment html 13 years ago
exampleFlotWithDates.js Fix example comment html 13 years ago
exampleThreshold.js Fix example comment html 13 years ago

README

CurvedLines is a plugin for flot, which displays lines in a smooth curved way. This is achieved by adding additional points in between the "real" data points.

The plugin is based on nergal.dev's work and gives you an option to display curved lines. I further extended the code with a 2nd mode, which forces the lines to have their minima/maxima on the original data points. 

Feel free to add additional features and correct errors.

Regards Michael