summaryrefslogtreecommitdiff
path: root/package/jquery-sparkline/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-12-18 23:40:11 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-18 23:40:11 +0100
commit645ff758fea4c640d1afc8d1a00da1a5f0b076ab (patch)
tree223fb38e38a3e8c48708aa0b279466e63d0223c1 /package/jquery-sparkline/Config.in
parent50e00c3b6d2a40ea69716cb3df160a40892e19fe (diff)
package: add jQuery sparkline plugin
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/jquery-sparkline/Config.in')
-rw-r--r--package/jquery-sparkline/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/jquery-sparkline/Config.in b/package/jquery-sparkline/Config.in
new file mode 100644
index 000000000..ae66364aa
--- /dev/null
+++ b/package/jquery-sparkline/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_JQUERY_SPARKLINE
+ bool "jQuery-Sparkline"
+ select BR2_PACKAGE_JQUERY
+ help
+ This jQuery plugin generates sparklines (small inline
+ charts) directly in the browser using data supplied either
+ inline in the HTML, or via javascript.
+
+ The plugin is compatible with most modern browsers and has
+ been tested with Firefox 2+, Safari 3+, Opera 9, Google
+ Chrome and Internet Explorer 6, 7 & 8.
+
+ http://www.omnipotent.net/jquery.sparkline/