The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / flot / Config.in
1 config BR2_PACKAGE_FLOT
2         bool "flot"
3         select BR2_PACKAGE_JQUERY
4         help
5           Flot is a pure Javascript plotting library for jQuery. It
6           produces graphical plots of arbitrary datasets on-the-fly
7           client-side.
8
9           The focus is on simple usage (all settings are optional),
10           attractive looks and interactive features like zooming and
11           mouse tracking.
12
13           The plugin works with Internet Explorer 6+, Firefox 2.x+,
14           Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML
15           canvas tag.
16
17           http://www.flotcharts.org/
18
19 if BR2_PACKAGE_FLOT
20
21 comment "flot plugins"
22
23 config BR2_PACKAGE_FLOT_CANVAS
24         bool "canvas"
25         help
26           Flot plugin to render axis tick labels directly to the canvas
27
28 config BR2_PACKAGE_FLOT_CATEGORIES
29         bool "categories"
30         help
31           Flot plugin for plotting textual data or categories
32
33 config BR2_PACKAGE_FLOT_CROSSHAIR
34         bool "crosshair"
35         help
36           Flot plugin for showing crosshairs when the mouse hovers
37           over the plot
38
39 config BR2_PACKAGE_FLOT_ERRORBARS
40         bool "errorbars"
41         help
42           Flot plugin for plotting error bars
43
44 config BR2_PACKAGE_FLOT_FILLBETWEEN
45         bool "fillbetween"
46         help
47           Flot plugin for computing bottoms for filled line and bar charts
48
49 config BR2_PACKAGE_FLOT_IMAGE
50         bool "image"
51         help
52           Flot plugin for plotting images
53
54 config BR2_PACKAGE_FLOT_NAVIGATE
55         bool "navigate"
56         help
57           Flot plugin for adding panning and zooming capabilities to a plot
58
59 config BR2_PACKAGE_FLOT_PIE
60         bool "pie"
61         help
62           Flot plugin for rendering pie charts
63
64 config BR2_PACKAGE_FLOT_RESIZE
65         bool "resize"
66         help
67           Flot plugin for automatically redrawing plots when the
68           placeholder size changes.
69
70 config BR2_PACKAGE_FLOT_SELECTION
71         bool "selection"
72         help
73           Flot plugin for selecting regions
74
75 config BR2_PACKAGE_FLOT_STACK
76         bool "stack"
77         help
78           Flot plugin for stacking data sets
79
80 config BR2_PACKAGE_FLOT_SYMBOL
81         bool "symbol"
82         help
83           Flot plugin that adds some extra symbols for plotting points
84
85 config BR2_PACKAGE_FLOT_THRESHOLD
86         bool "threshold"
87         help
88           Flot plugin for thresholding data
89
90 config BR2_PACKAGE_FLOT_TIME
91         bool "time"
92         help
93           Flot plugin for handling time axes
94
95 endif