Commit Graph

27 Commits (abc38e4510b98d1a433b44ec94e3dbe50c5fc6df)

Author SHA1 Message Date
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
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 477b6147b8 Fix some validator warnings (suggested by Colin Law)
git-svn-id: https://flot.googlecode.com/svn/trunk@319 1e0a6537-2640-0410-bfb7-f154510ff394
15 years ago
olau@iola.dk 09c38cdbdd Remove accidental Javascript includes from index page
git-svn-id: https://flot.googlecode.com/svn/trunk@292 1e0a6537-2640-0410-bfb7-f154510ff394
15 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 cfe5b94998 Added new example of how to interact with the axes, not perfect but at least a start
git-svn-id: https://flot.googlecode.com/svn/trunk@261 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 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
the.d0rp 7cbc14160e git-svn-id: https://flot.googlecode.com/svn/trunk@228 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 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 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 8d94678ede Extended the AJAX example with a setTimeout example of polling
git-svn-id: https://flot.googlecode.com/svn/trunk@175 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk c98d5145fe Added AJAX example
git-svn-id: https://flot.googlecode.com/svn/trunk@174 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk 025a93b783 Mention the new example in index.html
git-svn-id: https://flot.googlecode.com/svn/trunk@169 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 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 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 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 7c9ff67b34 Landed dual axis/hover event/finding nearby datapoints patch
git-svn-id: https://flot.googlecode.com/svn/trunk@73 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk 7e7f533d2b Added colored area support with an example to show it
git-svn-id: https://flot.googlecode.com/svn/trunk@43 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk c97acff95e Added first stab at time series support
git-svn-id: https://flot.googlecode.com/svn/trunk@42 1e0a6537-2640-0410-bfb7-f154510ff394
18 years ago
olau@iola.dk f4ffef258e Added support for clicking on the plot, still a bit primitive
git-svn-id: https://flot.googlecode.com/svn/trunk@34 1e0a6537-2640-0410-bfb7-f154510ff394
19 years ago
olau@iola.dk 131be192dd Added link to code
git-svn-id: https://flot.googlecode.com/svn/trunk@16 1e0a6537-2640-0410-bfb7-f154510ff394
19 years ago
olau@iola.dk 742ec5d7a7 Add and use packed version of excanvas
git-svn-id: https://flot.googlecode.com/svn/trunk@8 1e0a6537-2640-0410-bfb7-f154510ff394
19 years ago
olau@iola.dk 87390ae7fe Added first version
git-svn-id: https://flot.googlecode.com/svn/trunk@2 1e0a6537-2640-0410-bfb7-f154510ff394
19 years ago