1 config BR2_PACKAGE_FLOT
3 select BR2_PACKAGE_JQUERY
5 Flot is a pure Javascript plotting library for jQuery. It
6 produces graphical plots of arbitrary datasets on-the-fly
9 The focus is on simple usage (all settings are optional),
10 attractive looks and interactive features like zooming and
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
17 http://www.flotcharts.org/
21 comment "flot plugins"
23 config BR2_PACKAGE_FLOT_CANVAS
26 Flot plugin to render axis tick labels directly to the canvas
28 config BR2_PACKAGE_FLOT_CATEGORIES
31 Flot plugin for plotting textual data or categories
33 config BR2_PACKAGE_FLOT_CROSSHAIR
36 Flot plugin for showing crosshairs when the mouse hovers
39 config BR2_PACKAGE_FLOT_ERRORBARS
42 Flot plugin for plotting error bars
44 config BR2_PACKAGE_FLOT_FILLBETWEEN
47 Flot plugin for computing bottoms for filled line and bar charts
49 config BR2_PACKAGE_FLOT_IMAGE
52 Flot plugin for plotting images
54 config BR2_PACKAGE_FLOT_NAVIGATE
57 Flot plugin for adding panning and zooming capabilities to a plot
59 config BR2_PACKAGE_FLOT_PIE
62 Flot plugin for rendering pie charts
64 config BR2_PACKAGE_FLOT_RESIZE
67 Flot plugin for automatically redrawing plots when the
68 placeholder size changes.
70 config BR2_PACKAGE_FLOT_SELECTION
73 Flot plugin for selecting regions
75 config BR2_PACKAGE_FLOT_STACK
78 Flot plugin for stacking data sets
80 config BR2_PACKAGE_FLOT_SYMBOL
83 Flot plugin that adds some extra symbols for plotting points
85 config BR2_PACKAGE_FLOT_THRESHOLD
88 Flot plugin for thresholding data
90 config BR2_PACKAGE_FLOT_TIME
93 Flot plugin for handling time axes