Commit Graph

157 Commits (2bc8791306ed0058477cc34b46e9183181c2c4f6)

Author SHA1 Message Date
David Schnur d1a49460a4 Added missing issue references for recent commits. 14 years ago
David Schnur a667645e27 Added credits for the new error bars plugin. 14 years ago
David Schnur aaf10690d5 Added credits for the highlightColor option. 14 years ago
David Schnur f1f599f69e Added credits for the legend sorted option. 14 years ago
David Schnur b57542f10b Added note and credits for the merge from pull request #55, and unexpected fixing of issue #541. 14 years ago
David Schnur 7470eeb4e9 Added note and credits for the merge from pull request #50. 14 years ago
Mark Cote 22ac76c023 Updated docs. Removed %u specifier. 14 years ago
Mark Côté fd80908918 Updated NEWS.txt for year-ticks fix. 14 years ago
Mark Côté 24632ba185 Updated NEWS.txt with time-series changes. 14 years ago
David Schnur db82b70b47 Added note and credits for the fix for issue #685. 14 years ago
David Schnur 8d7a7f416a Added note and credits for the merge from pull request #5. 14 years ago
David Schnur 589b3130c6 Added note and credits for the merge from pull request #22. 14 years ago
David Schnur eafe69a49f Tweaked changelog spacing for consistency. 14 years ago
David Schnur 1ffbac11ad Merge remote-tracking branch 'origin/master' 14 years ago
David Schnur d0fba4a5b9 Prevent pie slice outlines from being drawn when the stroke width is zero (issue 585) 14 years ago
David Schnur 562749758e Adding a note and credits for a recent pull request merge. 14 years ago
David Schnur 0258271d7c Prevent i from being declared global in extractRange (issue 627) 14 years ago
David Schnur 07598593e1 Added a grid.margin option 14 years ago
Ole Laursen 93c7c941f4 New categories plugin with support for plotting categories/textual
data directly; also tick generators now get the whole axis rather than
just min/max
15 years ago
Ole Laursen 97c0fc820a Fix bug with formats in the data processor (reported by Peter Hull) 15 years ago
Ole Laursen e55b5b4d61 Prefix canvas classes with "flot-" to prevent clashes, mostly a
problem with .overlay (reported by bcraysie/Bob Cravens, issue 540)
15 years ago
Ole Laursen c1d4516c4b Add support for multiple thresholds, patch by Arnaud Bellec 15 years ago
Ole Laursen 5a60696886 Fix calculation of plot offset to round values to prevent another source of blurry borders 15 years ago
Ole Laursen d60f0d47bb Previous commit missed some changes, oops 15 years ago
Ole Laursen 89bbfef517 Switch to using canvas text to draw the axis labels, fix a problem with axis box calculations 15 years ago
Ole Laursen 36df8f08c0 Fix problem with threshold plugin and bars (based on patch by kaarlenkaski, issue 348) 15 years ago
Ole Laursen 2d2ca32a5c Fix problem with null values and pie plugin (patch by gcruxifix) 15 years ago
Ole Laursen aea8e9fb63 Bump version number for the 0.7 release 15 years ago
olau@iola.dk 284dfa13e4 Update colorhelpers plugin to avoid dying when trying to parse an
invalid string (reported by cadavor, issue 483)


git-svn-id: https://flot.googlecode.com/svn/trunk@323 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk a095971b6d Add example of how to update a chart real-time (using the random walk
data generation idea from Doug Suerich's test case on issue 387)


git-svn-id: https://flot.googlecode.com/svn/trunk@320 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 3ba7f28e31 Revamp resize plugin to reuse the plot object and disconnect its
resize event properly


git-svn-id: https://flot.googlecode.com/svn/trunk@318 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 4e02781692 Refactor replot behaviour so Flot tries to reuse the existing canvas,
adding shutdown() methods to the plot (based on patch by Ryley
Breiddal, issue 269). This prevents a memory leak in Chrome and
hopefully makes replotting faster for those who are using $.plot
instead of .setData()/.draw(). Also update jQuery to 1.5.1 to prevent
IE leaks fixed some time ago in jQuery.


git-svn-id: https://flot.googlecode.com/svn/trunk@317 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk fbe4273b6e New options.grid.minBorderMargin for adjusting the minimum margin provided around the border (based on patch by corani, issue 188)
git-svn-id: https://flot.googlecode.com/svn/trunk@315 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 23316cfa63 Fix problem with unaligned ticks and hover/click events caused by
padding on the placeholder by hardcoding the placeholder padding to 0
(reported by adityadineshsaxena, Matt Sommer, Daniel Atos and some
other people, issue 301)


git-svn-id: https://flot.googlecode.com/svn/trunk@314 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk ccfb0b496b Add note about axis visibility under API changes, problem reported by
Dragos Tihauan (issue 471)


git-svn-id: https://flot.googlecode.com/svn/trunk@313 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 470456c598 Added $.plot.version with the Flot version as a string and made sure
the version comment at the top of jquery.flot.js is included in the
minified output (suggested by arockinit)


git-svn-id: https://flot.googlecode.com/svn/trunk@308 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 1e050212c1 Fix bug in picking items when transform/inverseTransform is in use
(reported by Ofri Raviv, and patches and analysis by Jan and Tom
Paton, issue 334 and 467)


git-svn-id: https://flot.googlecode.com/svn/trunk@307 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk ddcfbb14b2 Fix bug in restoring cursor in navigate plugin (reported by Matteo
Gattanini, issue 395)


git-svn-id: https://flot.googlecode.com/svn/trunk@306 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 6e99181b33 Simplify transformation helper function slightly and fix issue 263
that prevented inverse transforms from working correctly.


git-svn-id: https://flot.googlecode.com/svn/trunk@303 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 47821c713b Refactor the axis dimension calculations slightly to avoid the whole
implicit assumptions madness and support turning axes on and off
(suggested by Time Tuominen in issue 466), this adds axis.show and
axis.reserveSpace - still need to figure out what to do about the
public axis-snarfing API and get it documented.


git-svn-id: https://flot.googlecode.com/svn/trunk@302 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 4715e8265e Support for providing the drag cursor for the navigate plugin as an option (based on patch by Kelly T. Moore)
git-svn-id: https://flot.googlecode.com/svn/trunk@301 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 69a23e4d85 Support restricting navigate plugin to not pan/zoom an axis (based on patch by kkaefer)
git-svn-id: https://flot.googlecode.com/svn/trunk@297 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 70e36134d6 Add support for Infinity/-Infinity by hacking it into +/- Number.MAX_VALUE (closes issue 444)
git-svn-id: https://flot.googlecode.com/svn/trunk@294 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk d8e20bf13b Skip loading excanvas in IE 9 in examples (thanks to Ryley Breiddal), adapt NEWS and README to mention this
git-svn-id: https://flot.googlecode.com/svn/trunk@293 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 8e82c4cef1 Fix bug with backwards compatibility for shadowSize = 0 (report and suggested fix by aspinak)
git-svn-id: https://flot.googlecode.com/svn/trunk@285 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk cc031e0a86 Fix possible excanvas leak (report and suggested fix by tom9729)
git-svn-id: https://flot.googlecode.com/svn/trunk@284 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk a1f56d5bd9 Fix bug with using aboveData with a background (reported by amitayd)
git-svn-id: https://flot.googlecode.com/svn/trunk@283 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk bcf9df2fff Listen for mouseleave events and fire a plothover event with empty item when it occurs
git-svn-id: https://flot.googlecode.com/svn/trunk@281 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk 48adc6aaf1 Use closure trick to make inline colorhelpers plugin respect jQuery.noConflict(true), renaming the global jQuery object (reported by Nick Stielau)
git-svn-id: https://flot.googlecode.com/svn/trunk@275 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk fe4bef6fb1 Fix bug with tooltip in interacting.html, this makes the tooltip much smoother (fix by bdkahn)
git-svn-id: https://flot.googlecode.com/svn/trunk@274 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago