Michael
|
a45bc8badf
|
Update README.md
|
12 years ago |
Michael
|
cdaa8541be
|
Update README.md
improved readme
|
12 years ago |
Michael
|
868d942788
|
Update README.md
|
12 years ago |
Michael
|
e9807f875d
|
Update README.md
|
12 years ago |
Michael
|
102666393c
|
Update and rename README to README.md
|
12 years ago |
Michael Zinsmaier
|
370e208fa5
|
changed the readme text
|
12 years ago |
Michael Zinsmaier
|
76f769a2ac
|
Merge branch 'master' of https://github.com/MichaelZinsmaier/CurvedLines
|
12 years ago |
Michael
|
f7cb6a0164
|
Merge pull request #24 from LukaszKrawczyk/patch-1
Update bower.json
|
12 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 |
LukaszKrawczyk
|
d6ce5904b2
|
Update bower.json
fixed incorrect file name
|
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
|
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 |