Commit 0e91a090 authored by olau@iola.dk's avatar olau@iola.dk

Updated TODO, added bugfix to NEWS

git-svn-id: https://flot.googlecode.com/svn/trunk@47 1e0a6537-2640-0410-bfb7-f154510ff394
parent 6214c929
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment