Loading package/flot/Config.in +26 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 package/flot/flot.mk +5 −0 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ FLOT_LICENSE = MIT FLOT_LICENSE_FILES = LICENSE.txt FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_CANVAS),canvas) \ $(if $(BR2_PACKAGE_FLOT_CATEGORIES),categories) \ $(if $(BR2_PACKAGE_FLOT_CROSSHAIR),crosshair) \ $(if $(BR2_PACKAGE_FLOT_ERRORBARS),errorbars) \ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_IMAGE),image) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ $(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \ Loading @@ -12,6 +16,7 @@ FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_STACK),stack) \ $(if $(BR2_PACKAGE_FLOT_SYMBOL),symbol) \ $(if $(BR2_PACKAGE_FLOT_THRESHOLD),threshold) \ $(if $(BR2_PACKAGE_FLOT_TIME),time) \ ) define FLOT_INSTALL_TARGET_CMDS Loading Loading
package/flot/Config.in +26 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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
package/flot/flot.mk +5 −0 Original line number Diff line number Diff line Loading @@ -4,7 +4,11 @@ FLOT_LICENSE = MIT FLOT_LICENSE_FILES = LICENSE.txt FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_CANVAS),canvas) \ $(if $(BR2_PACKAGE_FLOT_CATEGORIES),categories) \ $(if $(BR2_PACKAGE_FLOT_CROSSHAIR),crosshair) \ $(if $(BR2_PACKAGE_FLOT_ERRORBARS),errorbars) \ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \ $(if $(BR2_PACKAGE_FLOT_IMAGE),image) \ $(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \ $(if $(BR2_PACKAGE_FLOT_PIE),pie) \ $(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \ Loading @@ -12,6 +16,7 @@ FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\ $(if $(BR2_PACKAGE_FLOT_STACK),stack) \ $(if $(BR2_PACKAGE_FLOT_SYMBOL),symbol) \ $(if $(BR2_PACKAGE_FLOT_THRESHOLD),threshold) \ $(if $(BR2_PACKAGE_FLOT_TIME),time) \ ) define FLOT_INSTALL_TARGET_CMDS Loading