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
olau@iola.dk
a7747bef23
Fix JSON to be valid and update news
...
git-svn-id: https://flot.googlecode.com/svn/trunk@273 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
959ebb9185
Add attribution to Banko Adam too for reporting the crosshair bug
...
git-svn-id: https://flot.googlecode.com/svn/trunk@272 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
414e17234b
Add resize plugin for automatically redrawing when placeholders are resized
...
git-svn-id: https://flot.googlecode.com/svn/trunk@268 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
8031f5fdf3
Support for customizing the point type through a callback when plotting points and new symbol plugin with some predefined point types (sponsored by Utility Data Corporation)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@263 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
f192ea9cb8
Fix bug with points plotting using line width from lines rather than points
...
git-svn-id: https://flot.googlecode.com/svn/trunk@262 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
8155391044
Some cleanup in tick generation code, added support for aligning axes
...
with alignTicksWithAxis
git-svn-id: https://flot.googlecode.com/svn/trunk@258 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago