From d31317977ec1bd0743f672dccc0af8ba4e199184 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Thu, 15 Apr 2010 17:44:58 +0000 Subject: [PATCH] Mention that backwards-compatibility hooks are in place for the axis changes git-svn-id: https://flot.googlecode.com/svn/trunk@256 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index f08270d..14fe460 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -4,7 +4,8 @@ Flot x.x API changes: Multiple axes support. Code using dual axes should be changed from -using x2axis/y2axis in the options to using an array. For instance, +using x2axis/y2axis in the options to using an array (although +backwards-compatibility hooks are in place). For instance, { xaxis: { ... }, x2axis: { ... },