Commit Graph

40 Commits (master)

Author SHA1 Message Date
Michael Zinsmaier ec39841fb7 added a check to curvedLines that tries to detect the usage of old parameters in the main options object 11 years ago
Michael Zinsmaier 045ab982c8 Added new hermite spline interpolatin and docu. Changed tests to be based on the minified version of flot 8.3 12 years ago
Michael Zinsmaier 6d932f5be6 added new parameters to the tests and improved the parameter box 12 years ago
Michael Zinsmaier 9f95f11754 first draft of new curve calculations 12 years ago
Michael Zinsmaier aa0883073c Added new auto parameter testbox to all tests 12 years ago
Michael Zinsmaier 3db2c2ee2f API break refactored the code to prepare it for a new algorithmic core 12 years ago
Michael Zinsmaier 3fa41abe37 increased version to 0.6.4 12 years ago
Michael Zinsmaier f5cb678974 more errors in the bower.json ... 12 years ago
Michael Zinsmaier 82e4a92c18 using other ignore all text 12 years ago
Michael Zinsmaier ff2736ff7c increased version to 0.6.1 such that the newer bower.json will be respected 12 years ago
Michael Zinsmaier ebece72982 small test version of bower.json 12 years ago
dvanderfaeillie bb9a99d1ae Update curvedLines.js
small typo
12 years ago
MichaelZinsmaier ed2aedbfed alternative approach the special handling of fill is deactivated => line and fill in one step. Advantage: unshift can be used same ordering of hooks as before. Nicer lines because flot first works better than stack first. However not sure why the special treatment was added in the first place.... 12 years ago
MichaelZinsmaier 48d018fc83 One way to solve the stacking problem we use still a new sereis for the actual line but disable stacking on new line. Drawback the process data points hook has to be after the stack hook 12 years ago
MichaelZinsmaier d1dc90e845 added descriptive example for fitPointDist and curvePointFactor parameter based on issue18 12 years ago
MichaelZinsmaier bab6fd131a refactored the smooth saddle implementation into a branch as it may cause problems with some data. Having all min max at data points if fit is set to true seems more important than smoothed saddles 12 years ago
MichaelZinsmaier fbf3cf7f60 added a test plot for a single data point and resolved the issues with it 13 years ago
MichaelZinsmaier 84a5c2e9d9 added some comments 13 years ago
Kuhan Muniam 661d8cf437 fixed minor spelling 13 years ago
MichaelZinsmaier 84d7785c7a small fix to stay compatible with flot 0.8 13 years ago
MichaelZinsmaier f277e912f2 auto guessing for fitPointDist ulp handling ((xValue - fitPointDist == xValue) => try again with 2,3,.. time fitPointDist 13 years ago
Eric Puidokas 8a5ad820c1 Fix compatibility with thresholds 13 years ago
MichaelZinsmaier 3c5463a073 fixed the saddle issue (hopefully as it should be) 13 years ago
Thomas Ritou 2c887a4175 Improve handling of filled curvedLines
No more holes is the curve when there is not the amount of points in top and bottom curved line.
13 years ago
Thomas Ritou b9532aafc7 Remove useless check
Flot is already doing it by itself
13 years ago
Thomas Ritou 19c9c958e5 Fix curvedLines.apply options scheme
Prevent calculateCurvePoints from being called twice when filling & drawing line
13 years ago
Thomas Ritou 79a6780f17 Remove some more requirejs stuff 13 years ago
MichaelZinsmaier 70eb03dd74 resolved the "first datapoint is not properly connected" issue 13 years ago
MichaelZinsmaier ec3a333f1e - switched to data hook
- removed require.js stuff
- moved options from line: {} back to curvedLine: {}
- resolved a bug with the fit option
- updated examples
13 years ago
Thomas-git 0c30f6cbf8 Update curvedLines.js 13 years ago
Thomas-git cf5eb584f3 Nearly complete rewrite
Now let flot do the hard work. So all lines options are supported (date axis, shadow, gradient fill, ...)
13 years ago
Thomas-git 56b371762b Proper curves filling and require.js module
Small bug fixes
- fill opacity always defaulted to 0
- check of Array.map
13 years ago
MichaelZinsmaier 89483ad495 ready for merging 14 years ago
MichaelZinsmaier 3f11c4ec2a added saddle detection which should result in nicer curves and hopefully does not lead to new problems 14 years ago
MichaelZinsmaier 99b7923c5d added basic support for Date (if Y and or X data is a Date .getTime() is automatically called)
however to detect the need of a conversion only the first entry in the data array is checked
and the conversion is not really efficient.
14 years ago
MichaelZinsmaier 46ab621f66 formatting 14 years ago
MichaelZ 64c5b94eb2 added multi axis support and a new example for multi axis and fill options 15 years ago
Florian Mounier 1bf85a4ca9 Add fill and fillColor options 15 years ago
Michael Zinsmaier de933903e6 v0.15 negative values should work now (outcommented a negative -> 0 hook hope it does no harm) 15 years ago
Michael Zinsmaier 9e1d524438 initial commit v0.1 15 years ago