flot: add fillbetween plugin
authorArnaud Rébillout <rebillout@syscom.ch>
Wed, 13 Feb 2013 05:25:45 +0000 (05:25 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 10 Mar 2013 22:13:35 +0000 (23:13 +0100)
Flot plugin for computing bottoms for filled line and bar charts.

[Peter: fixup help text]
Signed-off-by: Arnaud Rébillout <rebillout@syscom.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/flot/Config.in
package/flot/flot.mk

index 60534c1da9316540833b17b394b80b3d7b57276b..0bd6b14a966b1fc102a96a9262b9a46a011701a3 100644 (file)
@@ -20,6 +20,11 @@ if BR2_PACKAGE_FLOT
 
 comment "flot plugins"
 
+config BR2_PACKAGE_FLOT_FILLBETWEEN
+       bool "fillbetween"
+       help
+         Flot plugin for computing bottoms for filled line and bar charts
+
 config BR2_PACKAGE_FLOT_NAVIGATE
        bool "navigate"
        help
index f4ba60458f0e359baded674e0688ced79ca036b5..41f5a423aacbc94ffee99364593343f768826cda 100644 (file)
@@ -1,6 +1,7 @@
 FLOT_VERSION = 0.7
 FLOT_SITE = http://flot.googlecode.com/files
 FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\
+       $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \
        $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \
        $(if $(BR2_PACKAGE_FLOT_PIE),pie) \
        $(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \