Updated TODO, added bugfix to NEWS

git-svn-id: https://flot.googlecode.com/svn/trunk@47 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 18 years ago
parent 6214c9298b
commit 0e91a09006

@ -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).

@ -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

Loading…
Cancel
Save