From 6963560dcbf613ad3cc578b7388ddbcab99c5e72 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Thu, 6 Dec 2007 18:54:07 +0000 Subject: [PATCH] Added news git-svn-id: https://flot.googlecode.com/svn/trunk@21 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 NEWS.txt diff --git a/NEWS.txt b/NEWS.txt new file mode 100644 index 0000000..3208a58 --- /dev/null +++ b/NEWS.txt @@ -0,0 +1,25 @@ +Flot 0.2 +-------- + +Added support for putting a background behind the default legend. The +default is the partly transparent background color. Added +backgroundColor and backgroundOpacity to the legend options to control +this. + +The ticks options can now be a callback function that takes one +parameter, an object with the attributes min and max. The function +should return a ticks array. + +Fixed a couple of bugs. + +The API should now be fully documented. + +Patch from Guy Fraser to make parts of the code smaller. + +API changes: Moved labelMargin option to grid from x/yaxis. + + +Flot 0.1 +-------- + +First public release.