diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2008-09-25 06:12:15 -0400 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2008-09-25 06:12:15 -0400 |
commit | 7385ff9506ea6db4c07150ee1b56e436cf384918 (patch) | |
tree | d455d480937ab6f9ee1b1fe48d4473d0971bf858 /TODO |
flot-0.5flot-0.5
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ +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 +say why or come up with a patch. :-) + +pending + - split out autoscaleMargin into a snapToTicks + +grid configuration + - how ticks look like + - consider setting default grid colors from each other? + +selection + - user should be able to cancel selection with escape + +interactive zooming + - convenience zoom(x1, y1, x2, y2)? and zoomOut() (via zoom stack)? + - auto-zoom mode? + - auto-margins + +legend + - interactive auto-highlight of graph? + - ability to specify noRows instead of just noColumns + +labels + - labels on bars, data points + - interactive "label this point" command/tooltip support + +error margin indicators + - for scientific/statistical purposes + +hi-low bars + +non-xy based graph types + - figure out how to integrate them with the rest of the plugin + - pie charts + - bar charts, keys instead of x values |