big spell checking patch -- slif@bellsouth.net
[rrdtool.git] / TODO
1 1.1.x Goals
2 -----------
3
4 ability to completely remove x and y grid
5
6 reverse order of stacked graph entries prior to plotting ... this is to make
7 plotting order more naturally fit with the ordering of the legend ...
8
9 use XDR to write architecture independant date
10
11 have drawing methode modifier for the LINE, AREA, STACK functions which allows
12 to select wether the data points should be presented as stepes (todays state)
13 or connected with lines.
14
15 LINEx:ds[#color][/method]:description
16
17 be more clever in the fetch function when no complete data coverage for the
18 desired area is possible.
19
20 Let the user define the base resolution of the graph independently of
21 the pixel resolution. If it is smaller than one pixel it will simply
22 be ignored
23
24 allow sub second presition for step definition
25
26 modularise consolidation and acquisition functions
27
28 Allow the user to define vertical scaling of graphs in a more flexible way.
29 some thing like --inner-range 0-1000 and --outer-range 0-10000 which means
30 that the grapher can choose its vertical scaling in the given range ... 
31 this would replace upper and lower limit
32
33 make the inclusion of G?PRINT like output in to the lables of other graph 
34 elements possible
35
36 add axis on the right and on top of the graph ... 
37
38 add configurable counter wrap
39
40 95th percentile plotting
41
42 build derivatives while plotting
43
44 show trend by building moving average and represent it as an arrow
45
46 offer side by side tiny box plots for each succesive hour, or some other
47 means of seeing the variation rather than just the mean level
48
49 circular periodic plots ... (polar)
50
51 analyse data in non time domain ... 
52
53 add smothing functions to grapher, using rolling average ... 
54
55 make VRULE and HRULE with 123 versions ... 
56
57 configurable fonts ... truetype ? colors ...
58 antialiasing ... 
59
60 make it possible to define order of legend items independant of their order
61 on the commandline ...
62
63 have configurable role-over limits for counters
64
65 align data points not to GMT but some free offset
66
67 allow starting through symlinks called rrdcreate rrdtune and the like
68
69 allow time shifiting of data before it is being graphed ... allow overlay of last years data over todays data
70