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
David Schnur
4ee1e04e19
Added processOffset and drawBackground hooks
14 years ago
Eric Wendelin
46e1221f17
Allowing custom highlight color
14 years ago
Eddie Kay
2ffbd4a6df
Throw IE- and Safari-friendly error upon finding invalid dimensions.
15 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
b52f74e5c5
Merge pull request #6 from smashedpumpkin/fix-fonts
...
Fix bug with font of the axis labels when multiple font-families are specified
15 years ago
Ole Laursen
fcd4bce6f9
Fix bug when both label width and height is set (fix by Ara
...
Anjargolian)
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
2c8fc1a08f
Fix missing ; (reported by getify, issue 518)
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
f6cebd3f13
Update excanvas and remove previous eventholder work-around to fix hover/click bug in IE 8 (test case by Ara Anjargolian); add support for setting the redraw overlay period and set it to 60 frames/s
15 years ago
Ole Laursen
9f060ec8e1
Round measured label dimensions to fix problem with blurry grid lines
15 years ago
Michael Mayer
a35b7d0fea
Corrected inline comment
15 years ago
Michael Mayer
82ac1aecb0
Fixes the font of the axis labels by removing single quotes in CSS font property (otherwise a list of fonts is interpreted as a single font name or already quoted font names are quoted twice
15 years ago
Michael Mayer
40d886f9c9
Implemented option to right-align a bar and updated API docs
15 years ago
Ole Laursen
431a603bec
Fix bug with new label drawing code when an axis is missing the ticks,
...
fix missing semicolon
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
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
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
e47b43159b
Fix bug in infinity handling
...
git-svn-id: https://flot.googlecode.com/svn/trunk@316 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
cd91f432d1
Remove getAxis function, nothing seems to use it and it is of dubious
...
quality anyway after the setupGrid refactoring
git-svn-id: https://flot.googlecode.com/svn/trunk@311 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
2ab5ce87f5
Remove usage of getUsedAxes(), after the refactor of setupGrid, it's
...
no longer needed, and possibly misleading - hopefully, nobody else has
used it yet; also refactor getAxes() and remove annoying
backwards-compatibility stuff in it, it probably didn't help anything
and prevents one from using getAxes() in the obvious way
git-svn-id: https://flot.googlecode.com/svn/trunk@310 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
a86bad27dd
Rename computeAxisBox... to allocateAxisBox
...
git-svn-id: https://flot.googlecode.com/svn/trunk@304 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
4c0a2a4977
Fix blunder in recent backwards compat fix, patch by adrianyee
...
git-svn-id: https://flot.googlecode.com/svn/trunk@296 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
2bb9c579e5
Fix bug in backwards-compatibility code for dual axes (reported by mystic414)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@295 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
c97bf1eb71
Use = null rather that delete to clear out excanvas context (problem
...
reported by ryleyb)
git-svn-id: https://flot.googlecode.com/svn/trunk@291 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk
3dd4b4aab7
Fixes for tickless axes plus change autoscaleMargin to avoid snapping
...
to ticks if it's 0, based on patches by Ara Anjargolian
git-svn-id: https://flot.googlecode.com/svn/trunk@290 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
a493cc4997
Remove excanvas init hack, it's not needed with the bundled version of excanvas
...
git-svn-id: https://flot.googlecode.com/svn/trunk@289 1e0a6537-2640-0410-bfb7-f154510ff394
16 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
53ba01acca
Fix bug with highlight that caused it to update too often
...
git-svn-id: https://flot.googlecode.com/svn/trunk@280 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
df745474c3
Add compatibility with Flashcanvas (issue 368) and remove dubious octx.stroke() call
...
git-svn-id: https://flot.googlecode.com/svn/trunk@278 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
56bd76f19c
Fix bug with parsing data for plugins that have single point data
...
elements (patch by vpapp1)
git-svn-id: https://flot.googlecode.com/svn/trunk@271 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
59b1afed91
Fix bug when position is 0 in p2c/axisToCanvasCoords
...
git-svn-id: https://flot.googlecode.com/svn/trunk@267 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
ffca77abcf
Fix bug in backwards compatibility code for multi-axis support, reported by
...
mystic414 (issue 393)
git-svn-id: https://flot.googlecode.com/svn/trunk@265 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
3765bb4e09
Remove never-triggered condition
...
git-svn-id: https://flot.googlecode.com/svn/trunk@260 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
9b3ef35d34
Make sure measurement labels are deleted, round widths of labels, fix
...
recently introduced border margin calculation bug
git-svn-id: https://flot.googlecode.com/svn/trunk@259 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
olau@iola.dk
947c166385
Support for coloring axes, and automatic tick color selection
...
git-svn-id: https://flot.googlecode.com/svn/trunk@257 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
467b95455e
Put tickLabel class on tick labels (regression)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@254 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
bad53abc5a
Revamped internals to add support for extra axes, not just dual (sponsored by Flight Data Services)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@251 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
479fa27850
Fixed problem with turning off bar outline (issue 253, fix by Jordi Castells)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@245 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
5d68d11b67
Fix a couple of undeclared variables, noticed by Daniel Farina
...
git-svn-id: https://flot.googlecode.com/svn/trunk@244 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
c61c120a78
Added drawSeries hook
...
git-svn-id: https://flot.googlecode.com/svn/trunk@242 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
685220dddc
More robust handling of axis from data passed in from getData
...
git-svn-id: https://flot.googlecode.com/svn/trunk@240 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
e6cde982f8
Use s.datapoints instead of s.data in highlight(s, index) to lookup point
...
git-svn-id: https://flot.googlecode.com/svn/trunk@239 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
120a8d0b4f
Support zero left-padding month/day in timestamps
...
git-svn-id: https://flot.googlecode.com/svn/trunk@236 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
00232cb0d2
Avoid using $.browser.msie
...
git-svn-id: https://flot.googlecode.com/svn/trunk@233 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
569685fb20
Added support for stacking horizontal bar charts to the stacking plugin
...
git-svn-id: https://flot.googlecode.com/svn/trunk@230 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk
c3a34cd6e9
Support for specifying a bottom for each point for line charts when
...
filling them, this means that an arbitrary bottom can be used
instead of just the x axis (based on patches patiently provided by
Roman V. Prikhodchenko).
New fillbetween plugin that can compute a bottom for a series from
another series, useful for filling areas between lines (see new
example percentiles.html for a use case).
More predictable handling of gaps for the stacking plugin, now all
undefined ranges are skipped.
Fixed problem with plugins adding options to the series objects.
Fixed a problem introduced in 0.6 with specifying a gradient with {
brightness: x, opacity: y }.
git-svn-id: https://flot.googlecode.com/svn/trunk@229 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
088d6ae20c
Fixed problem with ticks and the border (based on patch from
...
ultimatehustler69, issue 236)
git-svn-id: https://flot.googlecode.com/svn/trunk@227 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
356a27b660
Fixed problem with findNearbyItem and bars on top of each other (reported by ragingchikn, issue 242)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@226 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
d54a40c2df
Move selection support to a plugin (based on patch from andershol),
...
move color code to separate jQuery plugin inlined in the Flot code
(and hosted here for the time being), fixup some various other little
things in preparation for the 0.6 release
git-svn-id: https://flot.googlecode.com/svn/trunk@220 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
6ce34f4575
Make sure points on top take precedence when finding nearby points when hovering
...
git-svn-id: https://flot.googlecode.com/svn/trunk@212 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
6277b34c86
Make heuristic for x axis label widths more dynamic (based on patch by rickinhethuis)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@210 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
9396ceb4bc
Added a hooks option to enable scripts to define hooks before doing a plot
...
git-svn-id: https://flot.googlecode.com/svn/trunk@209 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
c77b0af8e3
Swapped a suspicious looking line in markings drawing
...
git-svn-id: https://flot.googlecode.com/svn/trunk@206 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
0c54df7f54
Added support for 12 hour timestamps, patch by Forrest Aldridge
...
git-svn-id: https://flot.googlecode.com/svn/trunk@205 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
d4c5f4443f
Fixed bug in findNearbyItem, patch by zollman (issue 190)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@204 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
2b9de8299e
Fixed some missing semicolons and others detected by js2-mode
...
git-svn-id: https://flot.googlecode.com/svn/trunk@203 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
e7a909a6f8
Added axis transformation support
...
git-svn-id: https://flot.googlecode.com/svn/trunk@202 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
b0b1c44238
Don't set axis min/max in processData (only touch datamin/datamax),
...
fixes problem with redrawing when only setData is called
git-svn-id: https://flot.googlecode.com/svn/trunk@200 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
797697b7f1
Fixed a bug with respecting min/max on partially invalid points, added some missing semicolons
...
git-svn-id: https://flot.googlecode.com/svn/trunk@199 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
3360d2747b
Option to have the grid on top of the data, important for image plots, and a bug fix, patch by Paul Kienzle
...
git-svn-id: https://flot.googlecode.com/svn/trunk@197 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
1158d06325
Fix a bug with axis range margins not being set in the same way
...
(patch by Paul Kienzle), and fix snap to ticks so it works correctly
with max ticks
git-svn-id: https://flot.googlecode.com/svn/trunk@195 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a7355c2100
Added getPlaceholder and renamed internal target to placeholder
...
git-svn-id: https://flot.googlecode.com/svn/trunk@183 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f01bcee854
Don't use default as attribute name as it is a keyword which
...
non-Firefox browsers don't like (reported by Charlie Groves)
git-svn-id: https://flot.googlecode.com/svn/trunk@179 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f11538404e
Fix a bug with replotting where Flot would fixate the label sizes,
...
shuffle the label measuring code around a bit while at it
git-svn-id: https://flot.googlecode.com/svn/trunk@178 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
aebbf14bad
Generalized the data normalization step so it can be parameterized
...
with a format spec (this should also fix the problem of bar bottoms
not affecting the axis scaling), made the heuristic for determing the
number of axis ticks to aim for smarter, added a new image plugin for
plotting images
git-svn-id: https://flot.googlecode.com/svn/trunk@177 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
1d8cb8b3cf
Fixed bug in line calculation with small values of shadow size and
...
line width, reported by lepianiste (issue 179)
git-svn-id: https://flot.googlecode.com/svn/trunk@172 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
e8d764d0ba
Added "pointOffset" for converting a point in data space to an offset
...
within the placeholder
git-svn-id: https://flot.googlecode.com/svn/trunk@168 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
2ebeb5d4f6
Added draw hook
...
git-svn-id: https://flot.googlecode.com/svn/trunk@167 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f1db197e35
New option grid.show, set to false to disable the grid
...
git-svn-id: https://flot.googlecode.com/svn/trunk@166 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a6af993e9b
Fixed numerical instability in IE when plotting points by reversing the arc drawing clockwise setting (reported by bsrinisrini, issue 173)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@162 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
e081505c73
Fixed a hole in the axis scale calculation, triggered by empty data (reported by Mike Waldner, issue 172)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@161 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f0f9a44fa6
Fixed bug with null point
...
git-svn-id: https://flot.googlecode.com/svn/trunk@160 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
d3acc16e46
Removed work-around for slow jQuery mousemove events (closing issue
...
134), add new hooks and new API for interactive plugins, move
crosshair support to plugin
git-svn-id: https://flot.googlecode.com/svn/trunk@159 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
0d15280aa9
Implemented plugin system, introduced experimental hooks system (three hooks defined at the moment), moved thresholding to plugin, new stack plugin for stacking charts, refactoring of data processing to support plugin writing, moved series specific global options, changed semantics of arguments to plothover event to reflect the situation with data transformations
...
git-svn-id: https://flot.googlecode.com/svn/trunk@157 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
044ee4e5b8
Fixed silly bug introduced by earlier fix for bars (spotted by Jeff)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@154 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
ffd8183b9e
Quick fix of problem with thresholding
...
git-svn-id: https://flot.googlecode.com/svn/trunk@152 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
5d9eb59065
Update excanvas to latest release instead of SVN checkout and add hack to make sure excanvas is initialized properly (issue 133)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@151 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a154fe66ab
Updated work-around bug
...
git-svn-id: https://flot.googlecode.com/svn/trunk@148 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
67f936bcfc
Round tick positions to avoid fractions
...
git-svn-id: https://flot.googlecode.com/svn/trunk@147 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
9d98787ae4
Fixed use of keyword, reported by Booink
...
git-svn-id: https://flot.googlecode.com/svn/trunk@145 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
60689d2461
Support for partial bars, this is useful for stacked bars
...
git-svn-id: https://flot.googlecode.com/svn/trunk@142 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
b993ceef1b
Horizontal bars, based on patch from Jason LeBrun
...
git-svn-id: https://flot.googlecode.com/svn/trunk@141 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
74661de188
Added second parameter to labelFormatter for legend
...
git-svn-id: https://flot.googlecode.com/svn/trunk@140 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f6b08328f4
Added support for coloring the data points below a certain threshold
...
git-svn-id: https://flot.googlecode.com/svn/trunk@139 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
89ce1ca9e6
Introduce step-wise line charts, extending the data model to have (possibly) separate data sets for each graph type, and changing the line shadows to include a horizontal component
...
git-svn-id: https://flot.googlecode.com/svn/trunk@138 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
c7288df528
Refactor to copy data instead of using user-provied data array directly
...
git-svn-id: https://flot.googlecode.com/svn/trunk@137 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
8bc315f1d2
Little cleanup
...
git-svn-id: https://flot.googlecode.com/svn/trunk@136 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f899a097a8
Use SVN release of excanvas, hopefully this will make Flot work with IE
...
git-svn-id: https://flot.googlecode.com/svn/trunk@135 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
3a520603d0
Fixed problem with bar highlights (report by Chris Leonello)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@134 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
0dc0decfaa
Fixed problem with setting background (patch by achamayou)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@133 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
3a1d1e7bae
Added support for gradient bars
...
git-svn-id: https://flot.googlecode.com/svn/trunk@132 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
ab264f6ef1
legend.margin can now specify horizontal and vertical margins
...
git-svn-id: https://flot.googlecode.com/svn/trunk@131 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
da43cef68d
Added "plotunselected" event
...
git-svn-id: https://flot.googlecode.com/svn/trunk@130 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
8a78e8f8c2
Added support for gradients, currently only used for the grid background
...
git-svn-id: https://flot.googlecode.com/svn/trunk@129 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
c9429505cc
Make the grid border act similarly to a regular CSS border
...
git-svn-id: https://flot.googlecode.com/svn/trunk@128 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
b85766e1f9
Don't round markings to prevent sub-pixel problems
...
git-svn-id: https://flot.googlecode.com/svn/trunk@127 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
d85d6ef990
Patch from Mike R. Williamson to fix make set border color in options parsing code
...
git-svn-id: https://flot.googlecode.com/svn/trunk@126 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
bf01441dc6
Check position of placeholder before setting it
...
git-svn-id: https://flot.googlecode.com/svn/trunk@125 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
cc517f691f
Added borderColor option, patch from achamayou
...
git-svn-id: https://flot.googlecode.com/svn/trunk@124 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
edbec9590c
Pulled the autoscaleSkipPointsOutside option, it's causing trouble in edge cases and it's probably easier to fix by preprocessing the data
...
git-svn-id: https://flot.googlecode.com/svn/trunk@123 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
55bc8c0980
Fixup tracking example a wee bit, add it to index, lower the update timeout value a bit
...
git-svn-id: https://flot.googlecode.com/svn/trunk@122 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
aed8cd3c67
Fixed a couple of things related to the crosshair
...
git-svn-id: https://flot.googlecode.com/svn/trunk@120 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
d0c96fc00b
Added access to the built-in date formatter through $.plot.formatDate
...
git-svn-id: https://flot.googlecode.com/svn/trunk@117 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
9b08e8206f
Added documentation and example for the crosshairs feature
...
git-svn-id: https://flot.googlecode.com/svn/trunk@116 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
0b135a2633
First stab at crosshair support
...
git-svn-id: https://flot.googlecode.com/svn/trunk@115 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
a4bd63af85
Introduced a plotselecting event which is fired while doing a selection
...
git-svn-id: https://flot.googlecode.com/svn/trunk@114 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
5785c2db56
Call $() on passed in elements to support DOM elements/CSS expressions too
...
git-svn-id: https://flot.googlecode.com/svn/trunk@112 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
22eb1489eb
Added support for skipping points outside the specified range when autoscaling
...
git-svn-id: https://flot.googlecode.com/svn/trunk@110 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
919b9c7541
Fixed bug with returning y2 values in the selection event
...
git-svn-id: https://flot.googlecode.com/svn/trunk@109 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
9e7fcc5339
Remove debug output, forgot to save buffer in Emacs before committing
...
git-svn-id: https://flot.googlecode.com/svn/trunk@108 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
5587862a79
Added support for disabling interactivity for specific plots
...
git-svn-id: https://flot.googlecode.com/svn/trunk@107 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
39faf24b62
Fixed a bug with drawing marking lines with differrent colors
...
git-svn-id: https://flot.googlecode.com/svn/trunk@106 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
e4775aabee
Convert axis min/max to numbers
...
git-svn-id: https://flot.googlecode.com/svn/trunk@105 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
2c57d5355f
Fixed issue with background colors not printing in legend
...
git-svn-id: https://flot.googlecode.com/svn/trunk@104 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
dae9f62758
Updated mouse position expression to the latest in jQuery 1.2.6
...
git-svn-id: https://flot.googlecode.com/svn/trunk@102 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
df7faa752d
Fixed problems with not showing lines
...
git-svn-id: https://flot.googlecode.com/svn/trunk@100 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
eb45adb2bb
Fixed a bug with setData(getData()) and secondary axes
...
git-svn-id: https://flot.googlecode.com/svn/trunk@98 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
72ad98a30f
Fixed corner-case bug with axis-autoadjustment for flat datasets
...
git-svn-id: https://flot.googlecode.com/svn/trunk@97 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
45f0757d5d
Fixed two corner-case bugs when drawing filled curves
...
git-svn-id: https://flot.googlecode.com/svn/trunk@96 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
de247e0287
Fixed a couple of minor issues and bumped version no.
...
git-svn-id: https://flot.googlecode.com/svn/trunk@93 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
938928b83d
Support for preventing event in setSelection and revamped coloredAreas as markings with support for lines
...
git-svn-id: https://flot.googlecode.com/svn/trunk@91 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
20fe8fdbfe
Added special-case for highlighting bars
...
git-svn-id: https://flot.googlecode.com/svn/trunk@90 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
5a86074fc5
Fixed two bugs with negative bars
...
git-svn-id: https://flot.googlecode.com/svn/trunk@89 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
7daabbb36e
Integrated patch by Mark Byers for detecting bar hovering
...
git-svn-id: https://flot.googlecode.com/svn/trunk@88 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
05f5c62e45
Fixed missing var declaration causing trouble in IE, reworded interacting example
...
git-svn-id: https://flot.googlecode.com/svn/trunk@87 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
c577ea1624
Implemented centering of bars
...
git-svn-id: https://flot.googlecode.com/svn/trunk@85 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
1d30a164ab
Fixed IE problem, fix by Savage Zhang
...
git-svn-id: https://flot.googlecode.com/svn/trunk@84 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
a4c2998ea8
Fixed a bug with multi-line x-axis labels
...
git-svn-id: https://flot.googlecode.com/svn/trunk@83 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
de724cf7d7
Refactored the axis adjustment code for bars
...
git-svn-id: https://flot.googlecode.com/svn/trunk@82 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk
f8594bd243
Allow null values in coordinates to have an affect on axis scaling
...
git-svn-id: https://flot.googlecode.com/svn/trunk@81 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago