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 7b5d4abf6c shows a problem with the smooth saddle approach. The max and min are no longer all at points. The smooth saddle approach adds no additional points at a saddle point and this causes problems with the example data. 12 years ago
flot shows a problem with the smooth saddle approach. The max and min are no longer all at points. The smooth saddle approach adds no additional points at a saddle point and this causes problems with the example data. 12 years ago
tests shows a problem with the smooth saddle approach. The max and min are no longer all at points. The smooth saddle approach adds no additional points at a saddle point and this causes problems with the example data. 12 years ago
.project Merge branch 'origin/master' 13 years ago
README readme commit 15 years ago
curvedLines.js added a test plot for a single data point and resolved the issues with it 13 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