- 23 Mar, 2014 1 commit
-
-
MichaelZinsmaier authored
shows a problem with the smooth saddle approach. The max and min are no longer all at points. The smooth saddle approach adds no additional points at a saddle point and this causes problems with the example data.
-
- 09 Nov, 2013 1 commit
-
-
MichaelZinsmaier authored
-
- 21 Sep, 2013 3 commits
-
-
MichaelZinsmaier authored
Conflicts: curvedLines.js
-
MichaelZinsmaier authored
-
Michael authored
Return "empty array" rather than "null" if data is missing
-
- 28 Aug, 2013 1 commit
-
-
Shish Girling authored
"series.datapoints.points = null" can cause other parts of flot to crash
-
- 19 Aug, 2013 2 commits
-
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
-
- 18 Aug, 2013 2 commits
-
-
Kuhan Muniam authored
-
Kuhan Muniam authored
However, testDate still doesn't work because you get the error 'Uncaught Error: Time mode requires the flot.time plugin. '.
-
- 21 Jul, 2013 1 commit
-
-
michael authored
-
- 25 Apr, 2013 1 commit
-
-
MichaelZinsmaier authored
-
- 06 Apr, 2013 1 commit
-
-
MichaelZinsmaier authored
auto guessing for fitPointDist ulp handling ((xValue - fitPointDist == xValue) => try again with 2,3,.. time fitPointDist
-
- 18 Feb, 2013 7 commits
-
-
MichaelZinsmaier authored
../curvedLines.js ../flot/*
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
-
Michael authored
Fix compatibility with thresholds by epuidokas
-
Eric Puidokas authored
-
Eric Puidokas authored
-
Eric Puidokas authored
-
- 13 Feb, 2013 1 commit
-
-
MichaelZinsmaier authored
-
- 05 Jan, 2013 1 commit
-
-
MichaelZinsmaier authored
-
- 04 Jan, 2013 1 commit
-
-
MichaelZinsmaier authored
-
- 01 Jan, 2013 4 commits
-
-
Thomas Ritou authored
No more holes is the curve when there is not the amount of points in top and bottom curved line.
-
Thomas Ritou authored
Flot is already doing it by itself
-
Thomas Ritou authored
Prevent calculateCurvePoints from being called twice when filling & drawing line
-
Thomas Ritou authored
-
- 30 Dec, 2012 5 commits
-
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
- removed require.js stuff - moved options from line: {} back to curvedLine: {} - resolved a bug with the fit option - updated examples
-
Michael authored
Define fill
-
- 21 Dec, 2012 1 commit
-
-
Kevin Wetzels authored
Although fill was used to determine the fill of the curved lines, it wasn't defined.
-
- 18 Dec, 2012 1 commit
-
-
Thomas-git authored
-
- 17 Dec, 2012 1 commit
-
-
Thomas-git authored
Now let flot do the hard work. So all lines options are supported (date axis, shadow, gradient fill, ...)
-
- 16 Dec, 2012 1 commit
-
-
Thomas-git authored
Small bug fixes - fill opacity always defaulted to 0 - check of Array.map
-
- 23 Sep, 2012 4 commits
-
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
-
MichaelZinsmaier authored
added saddle detection which should result in nicer curves and hopefully does not lead to new problems
-
MichaelZinsmaier authored
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.
-