From a667645e272e6a6c00092dc043513961423ec8fb Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 16 Jul 2012 13:27:24 -0300 Subject: [PATCH] Added credits for the new error bars plugin. --- NEWS.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index c78b38b..54938e7 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -82,6 +82,10 @@ Changes: translucent overlay that identifies the dataset when the mouse hovers over it. (patch by Eric Wendelin and Nate Abele) +- Added a plugin jquery.flot.errorbars, with an accompanying example, + that adds the ability to plot error bars, commonly used in many kinds + of statistical data visualizations. (patch by Rui Pereira) + Bug fixes - Fix problem with null values and pie plugin (patch by gcruxifix,