Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bar Numbers Enchanced, Compare Series, Topbar plugins #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ <h3>Drawing</h3>
<em>by <a href="https://github.com/kcdr">kcdr</a></em> -
Draws markers for minimum/maximum range and average values of series.</p>

<p><a href="https://github.com/jasonroman/flot-barnumbers-enhanced">Bar Numbers Enhanced</a>
<em>by <a href="https://github.com/jasonroman">Jason Roman</a></em> -
Enhanced version of the <a href="https://github.com/joetsoi/flot-barnumbers">flot-barnumbers plugin</a> by <a href="https://github.com/joetsoi">Joe Tsoi</a> with additional label and formatting options.</p>

<p><a href="https://github.com/jasonroman/flot-compareseries">Compare Series</a>
<em>by <a href="https://github.com/jasonroman">Jason Roman</a></em> -
Compares one or more series to a base series and modifies series colors based on the differences.</p>

<p><a href="https://github.com/whatbox/jquery.flot.fillbelow">Fill Below</a>
<em>by <a href="https://github.com/anthonyryan1">anthonyryan1</a></em> -
Fill below instead of between, useful for difference line graphs.</p>
Expand Down Expand Up @@ -110,6 +118,10 @@ <h3>Drawing</h3>
<em>by <a href="https://github.com/zikolach">zikolach</a></em> -
Yet another stacking plugin. Supports negative values for bars and only positive for another diagram types.</p>

<p><a href="https://github.com/jasonroman/flot-topbar">Topbar</a>
<em>by <a href="https://github.com/jasonroman">Jason Roman</a></em> -
Specifies bar chart series that display just the top line of the bar and do not fill in the area below.</p>

<p><a href="http://jumflot.jumware.com/examples/Experimental/waterfall.html">Waterfall</a>
<em>by <a href="https://github.com/jumjum123">Jürgen Marsch</a></em> -
Extends the core stacking plugin to produce waterfall plots.</p>
Expand Down