- 03 Dec, 2013 1 commit
- 
- 
Neil Katin authoredFix for issue 505: add touch events to jquery.flot.selection. Code taken from google code issue 426, updated to work against 0.9-work branch. 
 
- 
- 30 Nov, 2013 2 commits
- 
- 
David Schnur authored
- 
David Schnur authoredConflicts: component.json flot.jquery.json jquery.flot.js jquery.flot.pie.js jquery.flot.resize.js lib/jquery.colorhelpers.js package.json 
 
- 
- 29 Nov, 2013 1 commit
- 
- 
David Schnur authoredEnrich Flot with the ability to add text into markings. 
 
- 
- 28 Nov, 2013 3 commits
- 
- 
David Schnur authoredThis was accidentally introduced by #1200; we can’t assume that axis.ticks is an array. 
- 
David Schnur authored
- 
Jeff Tian authoredUse $.isArray instead of instanceof Array; Use full name for parameters. 
 
- 
- 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. 
 
- 
- 19 Nov, 2013 2 commits
- 
- 
David Schnur authoredAdd .gitattributes file for EOL normalization 
- 
Nick Schonning authored
 
- 
- 18 Nov, 2013 2 commits
- 
- 
David Schnur authoredAdd missing references and minor update on jquery.flot.js. 
- 
Jeff Tian authoredRevert the change on jquery.flot.js Revert the change on jquery.flot.js Add missing references and minor update on jquery.flot.js. Revert the change on jquery.flot.js Revert changes on jquery.flot.js. Revert the changes to the jquery.flot.js that made by Visual Studio 2012. 
 
- 
- 17 Nov, 2013 2 commits
- 
- 
David Schnur authoredPatch for Issue #707 and #778 (0.9-work) 
- 
David Schnur authoredAdded ability to resize the plot to a given size. 
 
- 
- 16 Nov, 2013 2 commits
- 
- 
Julien Bouyoud authored
- 
Julien Bouyoud authored- Fixes the issue where steps altering user datapoints - Do not altering user data points for drawing lines with steps (even stacked); just consider drawing with steps enables a different kind of plotting and clipping on lines and areas; that assuming that drawing with steps must always go horizontally and then verticaly (like previous inserted datapoints). 
 
- 
- 14 Nov, 2013 1 commit
- 
- 
David Schnur authored
 
- 
- 12 Nov, 2013 1 commit
- 
- 
Marzell Camenzind authored
 
- 
- 10 Nov, 2013 4 commits
- 
- 
David Schnur authoredCSP compatibility (flot core) 
- 
Anthony Ryan authoredMove the rowBuffer definition closer to it's usage within the method 
- 
David Schnur authored:not(selector , selector) isn't actually a valid CSS selector 
- 
David Schnur authoredBower.json - Ignore rule edition 
 
- 
- 08 Nov, 2013 1 commit
- 
- 
Ninir authored
 
- 
- 07 Nov, 2013 1 commit
- 
- 
Anthony Ryan authoredFix a serious oversight that occurred when merging pull request #919 into 0.9-work for this pull request 
 
- 
- 05 Nov, 2013 6 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() 
- 
Anthony Ryan authored* Removed self-closing tags * Move the the nested divs into variables * Expand the object literals for easier reading 
- 
David Schnur authored
- 
David Schnur authoredAdd Ruby examples 
- 
Anthony Ryan authored
- 
Anthony Ryan authored
 
- 
- 04 Nov, 2013 2 commits
- 
- 
Mike Połtyn authored
- 
Mike Połtyn authored
 
- 
