From 7470eeb4e92264c2ab1efbe0926a7250b90b4d44 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 10 Jul 2012 10:44:33 -0300 Subject: [PATCH] Added note and credits for the merge from pull request #50. --- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index d00b210..c784245 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -69,6 +69,9 @@ Changes: - In addition to "left" and "center", bars now recognize "right" as an alignment option. (patch by Michael Mayer, issue 520) +- Switched from toFixed to a much faster default tickFormatter (patch by + Clemens Stolle) + Bug fixes - Fix problem with null values and pie plugin (patch by gcruxifix,