- 25 Jan, 2014 3 commits
- 
- 
David Schnur authoredFix JSCS task 
- 
Nick Schonning authored- Remove reporter output, it was useful for triaging issues but no longer required - Add JSCS call to the default build chain 
- 
David Schnur authoredAdd grunt jscs checker 
 
- 
- 21 Jan, 2014 8 commits
- 
- 
Nick Schonning authoredThis only covers declarations that are consecutive 
- 
Nick Schonning authored
- 
Nick Schonning authored
- 
Nick Schonning authored
- 
Nick Schonning authored
- 
Nick Schonning authoredFix jQuery preset as per https://github.com/mdevils/node-jscs/issues/117 
- 
Nick Schonning authored
- 
Nick Schonning authoredGrunt is bumped due to a bad peerDependency in the grunt plugin 
 
- 
- 05 Jan, 2014 2 commits
- 
- 
David Schnur authoredFix for issue 505: add touch events to jquery.flot.selection. 
- 
David Schnur authoredAllow text markings without a solid background. 
 
- 
- 10 Dec, 2013 1 commit
- 
- 
Jeff Tian authored
 
- 
- 03 Dec, 2013 2 commits
- 
- 
Neil Katin authored
- 
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
 
- 
