TODO 1.13 KB
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 23 24 25 26 27

support for highlighting stuff
  - lines
  - points

legend
  - interactive auto-highlight of graph?

28 29 30 31 32
labels
  - labels on bars, data points
  - plan "all points" option
  - interactive "label this point" command

olau@iola.dk's avatar
olau@iola.dk committed
33 34 35 36 37 38
interactive hover over
  - 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
olau@iola.dk's avatar
olau@iola.dk committed
39

olau@iola.dk's avatar
olau@iola.dk committed
40 41 42
error margin indicators
  - for scientific/statistical purposes

olau@iola.dk's avatar
olau@iola.dk committed
43 44 45 46
non-xy based graph types
  - figure out how to integrate them with the rest of the plugin
  - pie charts
  - bar charts with keys instead of x values