Commit 323ed427 authored by olau@iola.dk's avatar olau@iola.dk

Updated

git-svn-id: https://flot.googlecode.com/svn/trunk@19 1e0a6537-2640-0410-bfb7-f154510ff394
parent 50c622e1
...@@ -2,8 +2,10 @@ These are mostly ideas, that they're written down here is no guarantee ...@@ -2,8 +2,10 @@ These are mostly ideas, that they're written down here is no guarantee
that they'll ever be done. If you want something done, feel free to that they'll ever be done. If you want something done, feel free to
say why or come up with a patch. :-) say why or come up with a patch. :-)
support segmented lines handling time data
- put in null value to signify a break in the data set - dataformat
- axis adjustment
- tick generation
grid configuration grid configuration
- how ticks look like - how ticks look like
...@@ -16,12 +18,7 @@ selection ...@@ -16,12 +18,7 @@ selection
interactive zooming interactive zooming
- convenience zoom(x1, y1, x2, y2)? and zoomOut() (via zoom stack)? - convenience zoom(x1, y1, x2, y2)? and zoomOut() (via zoom stack)?
- auto-zoom mode? - auto-zoom mode?
- auto-margin - auto-margins
handling time data
- dataformat
- axis adjustment
- tick generation
support for highlighting stuff support for highlighting stuff
- lines - lines
...@@ -30,8 +27,10 @@ support for highlighting stuff ...@@ -30,8 +27,10 @@ support for highlighting stuff
legend legend
- interactive auto-highlight of graph? - interactive auto-highlight of graph?
interactive hot points interactive hover over
- fire event with value - fire event with value for points
- fire event with graph id for lines
support segmented lines
- put in null value to signify a break in the data set
interactive hover over lines
- fire event with graph id
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