1Short term:
2-----------
3- Composite:
4   When using bars in both, an option is necessary to define whether
5   to put the bars above each other or to put aside.
6   Add an option to start x-ticks at the left (i.e. 0 point) side and
7   end at the right side
8- Reorganize the relationship between
9  autoscale,
10  y_ticks, min_y_ticks, max_y_ticks, xy_plot, integer_ticks_only, skip_int_ticks,
11  min_val, max_val
12  and document it.
13  (At the moment the autoscale is used as the default)
14- Include Skyplot (Direction->polar) into the distribution
15- Add an option to lines, linespoints to start at (0,0) point not only
16  if option xy_plot is active
17- Add chart type candlestick
18
19- Correct pie chart:
20  - Add a flat pie chart where the legend appears on the left
21    of the chart, and the chart itself is about 50% smaller
22
23- Base class:
24  - Some labels on the top of each axis not printed: i.e.,
25      the graph goes to 100.6 but 100.6 is not printed.
26  - Define an option to force the first point sits at the left border of
27    the graph, and the last point sits at the right border, without any spaces.
28
29
30- Bars chart:
31  - User would like to override the color of specific bars in a Chart::Bars graph.
32  - Program should croak if a color is not defined for a bar.
33  - Within one Bar graph, I have two datasets, but would like to change the
34    width of one of them (it should have a width of 1, to indicate a limit).
35
36- Composite chart:
37  - Define different brush_sizes for example with one Lines dataset
38    and one LinesPoints dataset.
39
40- Add output for png without header as modperl generates the headers
41  by itsself.
42
43- Add output for gif again as the new GD module defines it again.
44
45Long term:
46----------
47- 3-D charts
48- include TrueType fonts as soon as GD supports it
49- include logarithmic x- and y-axis
50- Let plot arbitrary xy-functions in a defined area, like
51  y=sin(1/x)+2*x
52