From ab3b68acd972c2be92c2617b01915f5df13e1459 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Wed, 17 Mar 2010 13:08:10 +0000 Subject: [PATCH] More robust handling of axis from data passed in from getData git-svn-id: https://flot.googlecode.com/svn/trunk@241 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 246c9b9..828d8fe 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -35,6 +35,8 @@ Bug fixes: instead of in the computed datapoints array, which breaks with plugins that modify the datapoints (such as the stacking plugin). Issue 316 reported by curlypaul924. +- More robust handling of axis from data passed in from getData() + (problem reported by Morgan). Flot 0.6 --------