TODO 978 Bytes
Newer Older
olau@iola.dk's avatar
olau@iola.dk committed
1 2 3 4
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. :-)

5 6
pending
  - split out autoscaleMargin into a snapToTicks
olau@iola.dk's avatar
olau@iola.dk committed
7 8 9

grid configuration
  - how ticks look like
10
  - consider setting default grid colors from each other?
olau@iola.dk's avatar
olau@iola.dk committed
11 12 13 14 15 16 17 18

selection
  - user should be able to cancel selection with escape
  - select points

interactive zooming
  - convenience zoom(x1, y1, x2, y2)? and zoomOut() (via zoom stack)?
  - auto-zoom mode?
olau@iola.dk's avatar
olau@iola.dk committed
19
  - auto-margins
olau@iola.dk's avatar
olau@iola.dk committed
20 21 22

legend
  - interactive auto-highlight of graph?
23
  - ability to specify noRows instead of just noColumns
olau@iola.dk's avatar
olau@iola.dk committed
24

25 26
labels
  - labels on bars, data points
27
  - interactive "label this point" command/tooltip support
28

olau@iola.dk's avatar
olau@iola.dk committed
29 30 31
error margin indicators
  - for scientific/statistical purposes

32 33
hi-low bars

olau@iola.dk's avatar
olau@iola.dk committed
34 35 36
non-xy based graph types
  - figure out how to integrate them with the rest of the plugin
  - pie charts
37
  - bar charts, keys instead of x values