From 8e836f0698cff0cb73a799c0539c3b2ed6f669ce Mon Sep 17 00:00:00 2001 From: Jason Roman Date: Mon, 29 Jun 2015 15:17:48 -0400 Subject: [PATCH] Bar Numbers Enchanced, Compare Series, Topbar plugins --- plugins/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/index.html b/plugins/index.html index 41e8bfd..a32afef 100644 --- a/plugins/index.html +++ b/plugins/index.html @@ -62,6 +62,14 @@

Drawing

by kcdr - Draws markers for minimum/maximum range and average values of series.

+

Bar Numbers Enhanced +by Jason Roman - +Enhanced version of the flot-barnumbers plugin by Joe Tsoi with additional label and formatting options.

+ +

Compare Series +by Jason Roman - +Compares one or more series to a base series and modifies series colors based on the differences.

+

Fill Below by anthonyryan1 - Fill below instead of between, useful for difference line graphs.

@@ -110,6 +118,10 @@

Drawing

by zikolach - Yet another stacking plugin. Supports negative values for bars and only positive for another diagram types.

+

Topbar +by Jason Roman - +Specifies bar chart series that display just the top line of the bar and do not fill in the area below.

+

Waterfall by Jürgen Marsch - Extends the core stacking plugin to produce waterfall plots.