From 0e91a090069947d2f39797e811019103cb552ffa Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Wed, 27 Feb 2008 15:20:17 +0000 Subject: [PATCH] Updated TODO, added bugfix to NEWS git-svn-id: https://flot.googlecode.com/svn/trunk@47 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 7 +++++-- TODO | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index e29fa94..74d0558 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,10 @@ Flot x.x -------- +API changes: deprecated axis.noTicks in favor of just specifying the +number as axis.ticks. So "xaxis: { noTicks: 10 }" becomes +"xaxis: { ticks: 10 }" + Time series support. Specify axis.mode: "time", put in Javascript timestamps as data, and Flot will automatically spit out sensible ticks. Take a look at the two new examples. The format can be @@ -23,8 +27,7 @@ The option axis.tickFormatter now takes a function with two parameters, the second parameter is an optional object with information about the axis. It has min, max, tickDecimals, tickSize. -API changes: deprecated axis.noTicks in favor of just specifying the -number as axis.ticks. +Fixed a bug in handling single-item bar series (reported by Emil Filipov). diff --git a/TODO b/TODO index db1a740..1b30f4f 100644 --- a/TODO +++ b/TODO @@ -25,6 +25,11 @@ support for highlighting stuff legend - interactive auto-highlight of graph? +labels + - labels on bars, data points + - plan "all points" option + - interactive "label this point" command + interactive hover over - fire event with value for points - fire event with graph id for lines