- 14 Apr, 2014 1 commit
- 
- 
David Schnur authoredUsing x2axis/y2axis to add a second axis is deprecated, but we currently still support it. Historically we’ve just extended the first axis’s options with the second’s, but that is a problem when the first has min/max and the second doesn’t; it will inherit an inappropriate min/max. We might want to consider not extending at all, but since that’s a bigger change we’ll for now just ensure that if no min/max is specified, we respect that. Fixes #1228. 
 
- 
- 13 Apr, 2014 1 commit
- 
- 
David Schnur authoredImprove the performance of large data processing 
 
- 
- 24 Feb, 2014 1 commit
- 
- 
David Schnur authoredPie: Fix combined data to keep all other original values. 
 
- 
- 17 Feb, 2014 1 commit
- 
- 
Phil Tsarik authored
 
- 
- 09 Feb, 2014 1 commit
- 
- 
soenter authored
 
- 
- 27 Jan, 2014 1 commit
- 
- 
Phil Tsarik authoredBut not only data, color, label, angle, percent as was before. Allows to store own values in series and use them e.g. in labelFormatter. 
 
- 
- 11 Jan, 2014 1 commit
- 
- 
soenter authored
 
- 
- 06 Jan, 2014 2 commits
- 
- 
David Schnur authoredMake dateGenerator publicly accessible. 
- 
David Schnur authoredProposed fix for issue 1204: only enforce zoom limits in the direction of the merge 
 
- 
- 05 Jan, 2014 1 commit
- 
- 
David Schnur authored
 
- 
- 24 Dec, 2013 1 commit
- 
- 
David Schnur authoredFixes #1210. 
 
- 
- 21 Dec, 2013 3 commits
- 
- 
David Schnur authored
- 
David Schnur authored
- 
David Schnur authored
 
- 
- 01 Dec, 2013 1 commit
- 
- 
Neil Katin authored
 
- 
- 28 Nov, 2013 2 commits
- 
- 
David Schnur authoredThis was accidentally introduced by #1200; we can’t assume that axis.ticks is an array. 
- 
David Schnur authored
 
- 
- 27 Nov, 2013 2 commits
- 
- 
David Schnur authored
- 
David Schnur authored
 
- 
- 26 Nov, 2013 3 commits
- 
- 
David Schnur authoredDon't add padding when there's no last tick. 
- 
David Schnur authoredDefault lineHeight based on the font size. 
- 
David Schnur authoredDistinguish between the first and innermost axis. 
 
- 
- 25 Nov, 2013 3 commits
- 
- 
David Schnur authoredFlot 0.8.0 used the default font size, typically derived from the placeholder, as the basis for the default lineHeight. This produced incorrect results when a font.size was provided explicitly, and it differed from the placeholder’s CSS size. Fixed by waiting to default lineHeight until the actual font size has been resolved. Fixes #1131. 
- 
David Schnur authoredFlot 0.8 added logic to account for the size of axis tick labels and add padding around the edges of the plot, to prevent long labels from sticking out. But it padded both sides equally, which is incorrect if the right/top side has no last axis label. Fixed by allocating padding per-side, and checking whether the last label would be shown before padding the top or right. Fixes #1048. 
- 
David Schnur authoredThe fix for #1056 caused a regression where grid lines were drawn for the innermost axes on both sides instead of just the first axis. Fixed by properly distinguishing the first axis in each direction from the innermost one on each side. Fixes #1075. 
 
- 
- 24 Nov, 2013 1 commit
- 
- 
David Schnur authoredAdded plot.destroy() method, to properly destruct and release memory of plots. 
 
- 
- 14 Nov, 2013 1 commit
- 
- 
David Schnur authored
 
- 
- 10 Nov, 2013 1 commit
- 
- 
David Schnur authored:not(selector , selector) isn't actually a valid CSS selector 
 
- 
- 05 Nov, 2013 3 commits
- 
- 
Anthony Ryan authoredjQuery's Sizzle is the only thing that this actually works in so jQuery will fail when it passes this directly to querySelectorAll() 
- 
David Schnur authored
- 
David Schnur authoredAdd Ruby examples 
 
- 
- 04 Nov, 2013 4 commits
- 
- 
Mike Połtyn authored
- 
Mike Połtyn authored
- 
David Schnur authored
- 
David Schnur authoredFixed a bug where plotting a chart crashes if the placeholder doesn't have a font size 
 
- 
- 03 Nov, 2013 2 commits
- 
- 
David Schnur authored
- 
David Schnur authoredFixed Issue #1159 - Bug Redrawing Legend when using custom container 
 
- 
- 02 Nov, 2013 1 commit
- 
- 
David Schnur authored
 
- 
- 30 Oct, 2013 1 commit
- 
- 
David Schnur authoredfix label's maxWidth calculation 
 
- 
- 29 Oct, 2013 1 commit
- 
- 
Benjamin Gram authored
 
- 
