Commit Graph

113 Commits (8e82c4cef14af8ccd7e43f5cabdd5372bcca398f)

Author SHA1 Message Date
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
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 d31317977e Mention that backwards-compatibility hooks are in place for the axis changes
git-svn-id: https://flot.googlecode.com/svn/trunk@256 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk f8211fd5a3 Add some missing things to NEWS
git-svn-id: https://flot.googlecode.com/svn/trunk@253 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 e74c4f694b Fix problem with crosshair not respecting locking on mouseout (fix by Lau Bech Lauritzen).
git-svn-id: https://flot.googlecode.com/svn/trunk@247 1e0a6537-2640-0410-bfb7-f154510ff394
16 years ago
olau@iola.dk e131b77618 Check the selection passed into setSelection in the selection plugin, to guard against errors when synchronizing plots (fix by Lau Bech Lauritzen).
git-svn-id: https://flot.googlecode.com/svn/trunk@246 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 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 ab3b68acd9 More robust handling of axis from data passed in from getData
git-svn-id: https://flot.googlecode.com/svn/trunk@241 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 1bb11ad9ce Added support for redrawing the plot while panning for the navigate
plugin, idea from lasthemy (issue 235).


git-svn-id: https://flot.googlecode.com/svn/trunk@232 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 b69492b8e0 Make sure points on top take precedence when finding nearby points when hovering
git-svn-id: https://flot.googlecode.com/svn/trunk@213 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 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 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 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 00051008da Updated to mention bug fixes
git-svn-id: https://flot.googlecode.com/svn/trunk@196 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk 0c5bb75fcd Added navigate plugin for panning and zooming
git-svn-id: https://flot.googlecode.com/svn/trunk@186 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 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 c5c5348e88 Mention that it would be a good idea to try jQuery 1.3.2
git-svn-id: https://flot.googlecode.com/svn/trunk@173 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk aee8f05c37 Mention that jQuery 1.2.6 is needed
git-svn-id: https://flot.googlecode.com/svn/trunk@171 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 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 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 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 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 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