Commit Graph

11 Commits (master)

Author SHA1 Message Date
David Schnur 1d3a062833 Update copyright year to 2014. 12 years ago
martinqt 1e6c45bd95 Update js files 13 years ago
David Schnur d4f93a28b8 Allow 'false' to be provided as a stack option.
This resolves #18, but without catching zero, which is a valid key.
13 years ago
David Schnur 9e21074d82 Updated license headers for #805.
Added licensing information to each file's headers, along with some
minor cleanup.
14 years ago
David Schnur 308ff28166 Declare a variable that should have been local. 14 years ago
David Schnur 1baabf5fdf Added missing semicolons found via jsLint. 14 years ago
olau@iola.dk 815f80e7b1 Small documentation fixes
git-svn-id: https://flot.googlecode.com/svn/trunk@231 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 0dd400dbbe Fixed a bug with stacking bars when there's missing something in the
bottom-most series


git-svn-id: https://flot.googlecode.com/svn/trunk@176 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