diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-17 11:34:08 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-17 11:35:29 +0200 |
commit | 0156825d116283109a44315430557cd11f028cef (patch) | |
tree | 3d3b206974b81c2ff12e968d1ff2866f39b243f8 /package/flot/Config.in | |
parent | 2a58963ab4a5d29ec75a557f9569a5ebd3f88671 (diff) | |
download | buildroot-novena-0156825d116283109a44315430557cd11f028cef.tar.gz buildroot-novena-0156825d116283109a44315430557cd11f028cef.zip |
flot: add plugins missed from 0.8.0 bump
A number of plugins were not added when the flot version was bumped.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/flot/Config.in')
-rw-r--r-- | package/flot/Config.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/flot/Config.in b/package/flot/Config.in index 90a4278c0..4c0d3ec33 100644 --- a/package/flot/Config.in +++ b/package/flot/Config.in @@ -25,11 +25,32 @@ config BR2_PACKAGE_FLOT_CANVAS help Flot plugin to render axis tick labels directly to the canvas +config BR2_PACKAGE_FLOT_CATEGORIES + bool "categories" + help + Flot plugin for plotting textual data or categories + +config BR2_PACKAGE_FLOT_CROSSHAIR + bool "crosshair" + help + Flot plugin for showing crosshairs when the mouse hovers + over the plot + +config BR2_PACKAGE_FLOT_ERRORBARS + bool "errorbars" + help + Flot plugin for plotting error bars + config BR2_PACKAGE_FLOT_FILLBETWEEN bool "fillbetween" help Flot plugin for computing bottoms for filled line and bar charts +config BR2_PACKAGE_FLOT_IMAGE + bool "image" + help + Flot plugin for plotting images + config BR2_PACKAGE_FLOT_NAVIGATE bool "navigate" help @@ -66,4 +87,9 @@ config BR2_PACKAGE_FLOT_THRESHOLD help Flot plugin for thresholding data +config BR2_PACKAGE_FLOT_TIME + bool "time" + help + Flot plugin for handling time axes + endif |