- 27 May, 2014 1 commit
-
-
MichaelZinsmaier authored
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
-
- 24 May, 2014 6 commits
- 23 Mar, 2014 1 commit
-
-
MichaelZinsmaier authored
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
-
- 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.
-