- 28 Sep, 2020 1 commit
-
-
Andrew Shvayka authored
Fixed bug with charts hiding in stack mode
-
- 07 Sep, 2020 1 commit
-
-
Sergey Tarnavskiy authored
-
- 19 Oct, 2017 1 commit
-
-
Igor Kulikov authored
-
- 28 May, 2014 2 commits
-
-
David Schnur authored
Removing appending warning to dom
-
Jacob Lowe authored
-
- 27 May, 2014 1 commit
-
-
Jacob Lowe authored
-
- 22 Apr, 2014 2 commits
-
-
David Schnur authored
-
David Schnur authored
Conflicts: NEWS.md component.json flot.jquery.json jquery.flot.canvas.js jquery.flot.fillbetween.js jquery.flot.pie.js jquery.flot.time.js package.json src/jquery.flot.js src/plugins/jquery.flot.crosshair.js src/plugins/jquery.flot.navigate.js src/plugins/jquery.flot.resize.js
-
- 21 Apr, 2014 2 commits
-
-
David Schnur authored
-
David Schnur authored
-
- 20 Apr, 2014 6 commits
-
-
David Schnur authored
Introduces an unofficial work-around for the behavior introduced in 0.8.0, where we reserve extra space for the first and last tick labels. This makes it impossible for plots to span the full width of their container. This work-around overloads the reserveSpace option, which normally only applies when show = false. Now, if show = true and reserveSpace = false, we skip the step that allocates extra space for labels. We’ll introduce a proper solution in 0.9, but this should provide a way for users to move forward in the meantime.
-
David Schnur authored
Revert #1200; it was causing #1283 breakages.
-
David Schnur authored
The fix for an unnecessary gap on the right of the chart turned out to break text wrapping for ticks that were legitimately in that position. Fixes #1283.
-
David Schnur authored
Update the inline resize plugin with recent fixes.
-
David Schnur authored
-
David Schnur authored
This updates the inline resize plugin with flot/jquery-resize@74716750f4 and flot/jquery-resize@189b555558. Fixes #1277 and #1265.
-
- 17 Apr, 2014 1 commit
-
-
David Schnur authored
-
- 16 Apr, 2014 3 commits
-
-
David Schnur authored
Allow x2axis/y2axis with no min/max to auto-scale.
-
David Schnur authored
Fix zoom to selection box when using jQuery 1.9+.
-
David Schnur authored
Provide a detach shim for jQuery prior to 1.4.
-
- 14 Apr, 2014 1 commit
-
-
David Schnur authored
Using 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 3 commits
-
-
David Schnur authored
Flot 0.8 still officially supports jQuery 1.2.6 and higher, so we can’t assume the existence of detach. This will go away in 0.9, where the minimum jQuery version is 1.4.4. Fixes #1240.
-
David Schnur authored
Fixes #1250.
-
David Schnur authored
Improve the performance of large data processing
-
- 25 Mar, 2014 2 commits
-
-
Nick Schonning authored
Add spacing to comments in jquery.flot.js
-
Nick Schonning authored
Old version had a hard peerDependency that caused npm install to fail during CI. The lastest uses a more flexible version mapping.
-
- 07 Mar, 2014 1 commit
-
-
David Schnur authored
Pan trigger extended to contain information if the dragging has ended or not
-
- 05 Mar, 2014 2 commits
-
-
Michael Hausl authored
-
Michael Hausl authored
not
-
- 24 Feb, 2014 1 commit
-
-
David Schnur authored
Pie: Fix combined data to keep all other original values.
-
- 17 Feb, 2014 1 commit
-
-
Phil Tsarik authored
-
- 12 Feb, 2014 2 commits
-
-
David Schnur authored
Fix browser detection for jQuery > 2.0
-
Sebastian Widmer authored
-
- 11 Feb, 2014 3 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.
-
Nick Schonning authored
- Fix JSDoc headers where applicable - Add spacing before/after comments per jQuery style guide
-
- 09 Feb, 2014 1 commit
-
-
soenter authored
-
- 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
-