- 21 Jan, 2014 4 commits
-
-
Nick Schonning authored
-
Nick Schonning authored
Fix jQuery preset as per https://github.com/mdevils/node-jscs/issues/117
-
Nick Schonning authored
-
Nick Schonning authored
Grunt is bumped due to a bad peerDependency in the grunt plugin
-
- 05 Jan, 2014 2 commits
-
-
David Schnur authored
Fix for issue 505: add touch events to jquery.flot.selection.
-
David Schnur authored
Allow text markings without a solid background.
-
- 10 Dec, 2013 1 commit
-
-
Jeff Tian authored
-
- 03 Dec, 2013 2 commits
-
-
Neil Katin authored
-
Neil Katin authored
Fix 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 authored
Conflicts: 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 authored
Enrich Flot with the ability to add text into markings.
-
- 28 Nov, 2013 3 commits
-
-
David Schnur authored
This was accidentally introduced by #1200; we can’t assume that axis.ticks is an array.
-
David Schnur authored
-
Jeff Tian authored
Use $.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 authored
Don't add padding when there's no last tick.
-
David Schnur authored
Default lineHeight based on the font size.
-
David Schnur authored
Distinguish between the first and innermost axis.
-
- 25 Nov, 2013 3 commits
-
-
David Schnur authored
Flot 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 authored
Flot 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 authored
The 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 authored
Added plot.destroy() method, to properly destruct and release memory of plots.
-
- 19 Nov, 2013 2 commits
-
-
David Schnur authored
Add .gitattributes file for EOL normalization
-
Nick Schonning authored
-
- 18 Nov, 2013 2 commits
-
-
David Schnur authored
Add missing references and minor update on jquery.flot.js.
-
Jeff Tian authored
Revert 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 authored
Patch for Issue #707 and #778 (0.9-work)
-
David Schnur authored
Added 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 authored
CSP compatibility (flot core)
-
Anthony Ryan authored
Move 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 authored
Bower.json - Ignore rule edition
-
- 08 Nov, 2013 1 commit
-
-
Ninir authored
-
- 07 Nov, 2013 1 commit
-
-
Anthony Ryan authored
Fix a serious oversight that occurred when merging pull request #919 into 0.9-work for this pull request
-