From d0936766ecffeac9608504f55bde32b6414b4ae8 Mon Sep 17 00:00:00 2001 From: quondammelody Date: Fri, 26 Jun 2015 09:36:44 -0700 Subject: [PATCH] Added enumeration and annotation plugins --- plugins/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/index.html b/plugins/index.html index 41e8bfd..5958ecc 100644 --- a/plugins/index.html +++ b/plugins/index.html @@ -58,6 +58,10 @@

Additional Plot Types

Drawing

+

Annotation +by Joshua Hoskins - +Draw vertical lines along your series, useful for plotting many simultaneous data.

+

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

@@ -116,6 +120,10 @@

Drawing

Labeling

+

Enumeration +by Joshua Hoskins - +Provides enumerated axis labeling.

+

Labels by Matt Burland - Draws labels next to plotted datapoints.