From 2a63c13c58a95c898620f4793278402ba7b3883f Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Fri, 14 Dec 2007 17:54:28 +0000 Subject: [PATCH] Update the news git-svn-id: https://flot.googlecode.com/svn/trunk@35 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index bb57be4..82d4398 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,9 +1,18 @@ -Flot 0.x +Flot 0.3 -------- +This is mostly a quick-fix release because jquery.js wasn't included +in the previous zip/tarball. + +Support clicking on the plot. Turn it on with grid: { clickable: true }, +then you get a "plotclick" event on the graph placeholder with the +position in units of the plot. + Fixed a bug in dealing with data where min = max, thanks to Michael Messinides. +Include jquery.js in the zip/tarball. + Flot 0.2 --------