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 |
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
|
fb596bd510
|
Merge remote-tracking branch 'origin/master'
|
13 years ago |
MichaelZinsmaier
|
b91cc42ba2
|
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 |
Michael
|
e4fed0afef
|
Merge pull request #5 from roam/patch-1
Define fill
|
13 years ago |
Kevin Wetzels
|
b0eb3ac6f4
|
Define fill
Although fill was used to determine the fill of the curved lines, it wasn't defined.
|
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
|
bef801557d
|
Merge branch 'fastFixes'
|
14 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 |
Michael
|
475c9a043f
|
Merge pull request #1 from paradoxxxzero/master
Add fill and fillColor 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 |