Commit Graph

71 Commits (f7cb6a0164308a70e105026bb3e06d90b653c92a)
 

Author SHA1 Message Date
Michael f7cb6a0164 Merge pull request #24 from LukaszKrawczyk/patch-1
Update bower.json
12 years ago
LukaszKrawczyk d6ce5904b2 Update bower.json
fixed incorrect file name
12 years ago
Michael Zinsmaier 3fa41abe37 increased version to 0.6.4 12 years ago
Michael Zinsmaier 79e0bb7a67 next try ... 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 54cf5749d6 updated bower.js ignore such that everything except the curvedLines file will be ignored 12 years ago
Michael Zinsmaier bfbeae0fe5 added dependency towards flot 12 years ago
Michael Zinsmaier b0f4821496 added some fields 12 years ago
Michael Zinsmaier ebece72982 small test version of bower.json 12 years ago
Michael Zinsmaier 552e3f5f40 added missing comma 12 years ago
Michael Zinsmaier 1730fd3869 added missing comma 12 years ago
Michael Zinsmaier a00af55874 tried to setup a bower.json 12 years ago
Michael 2074070f7f Merge pull request #21 from dvanderfaeillie/master
Update curvedLines.js
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
Michael 886274f646 Update README 12 years ago
Michael f49850e73b Update README 12 years ago
Michael 4223cb1092 Update README 12 years ago
Michael b942d5c19f Update README 12 years ago
Michael dddb14a7d0 Update README 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 5080965723 Merge branch 'origin/master'
Conflicts:
	curvedLines.js
13 years ago
MichaelZinsmaier 84a5c2e9d9 added some comments 13 years ago
Michael 552fc797ef Merge pull request #14 from scivisum/fix_missing_data_crash
Return "empty array" rather than "null" if data is missing
13 years ago
Shish Girling 283a92bf27 Return "empty array" rather than "null" if data is missing
"series.datapoints.points = null" can cause other parts of flot to crash
13 years ago
MichaelZinsmaier bee6f09b1d fixed date test and added required flot libs to flot subdir 13 years ago
MichaelZinsmaier c28cec2ed9 Merge branch 'fixTests/master' 13 years ago
Kuhan Muniam 661d8cf437 fixed minor spelling 13 years ago
Kuhan Muniam f6fbc59053 fixed tests
However, testDate still doesn't work because you get the error 'Uncaught
Error: Time mode requires the flot.time plugin. '.
13 years ago
michael 27ea9749e5 added a test / example for tool tips 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
MichaelZinsmaier 543eb3c1f9 changed tests to use jquery from google => tests depend now only on
../curvedLines.js
../flot/*
13 years ago
MichaelZinsmaier 5d4aec1add removed flot.threshold 13 years ago
MichaelZinsmaier 97c289137f adding some simple test sites and flot.threshold.js 13 years ago
Michael 60aab762e5 Merge pull request #8 from epuidokas/master
Fix compatibility with thresholds by epuidokas
13 years ago
Eric Puidokas f4bc209621 Fix example comment html 13 years ago
Eric Puidokas cf9b23b0a4 Added threshold example 13 years ago
Eric Puidokas 8a5ad820c1 Fix compatibility with thresholds 13 years ago
MichaelZinsmaier 450f66ebfd date example 13 years ago
MichaelZinsmaier bb64fec48e v0.5 api break 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