- 05 Mar, 2014 2 commits
-
-
Michael Hausl authored
-
Michael Hausl authored
not
-
- 12 Feb, 2014 2 commits
-
-
David Schnur authored
Fix browser detection for jQuery > 2.0
-
Sebastian Widmer authored
-
- 11 Feb, 2014 2 commits
-
-
Sebastian Widmer authored
-
Sebastian Widmer authored
jQuery removed $.support.leadingWhitespace from jquery greater 2.0 because support was dropped for IE 7/8. So if property is undefined, we are pretty shure its ie > 8 or jQuery does not support the browser anyway.
-
- 03 Feb, 2014 3 commits
-
-
David Schnur authored
Lowercase name in package.json
-
Jakob Gillich authored
-
David Schnur authored
Move JS files under src directory
-
- 28 Jan, 2014 1 commit
-
-
Nick Schonning authored
-
- 25 Jan, 2014 4 commits
-
-
David Schnur authored
Fix 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
-
Nick Schonning authored
-
David Schnur authored
Add grunt jscs checker
-
- 21 Jan, 2014 8 commits
-
-
Nick Schonning authored
This only covers declarations that are consecutive
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
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 2 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.
-