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
|
14 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 |
Michael Zinsmaier
|
f90cccf26e
|
readme commit
|
15 years ago |