From f8211fd5a364f1b1e62ad0a849c5c366a19cb138 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Thu, 15 Apr 2010 17:28:22 +0000 Subject: [PATCH] Add some missing things to NEWS git-svn-id: https://flot.googlecode.com/svn/trunk@253 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 07eb9fb..f08270d 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -43,7 +43,12 @@ Changes: - Date formatter now accepts %0m and %0d to get a zero-padded month or day (issue raised by Maximillian Dornseif). - Revamped internals to support an unlimited number of axes, not just - dual (sponsored by Flight Data Services, www.flightdataservices.com). + dual (sponsored by Flight Data Services, + www.flightdataservices.com). +- New setting on axes, "tickLength", to control the size of ticks or + turn them off without turning off the labels. +- Axes are now put in container divs with classes, for instance labels + in the x axes can be reached via ".xAxis .tickLabels". - New hooks: drawSeries Bug fixes: