Code

big spell checking patch -- slif@bellsouth.net
[rrdtool.git] / TODO
1 1.1.x Goals
2 -----------
4 ability to completely remove x and y grid
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 ...
9 use XDR to write architecture independant date
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.
15 LINEx:ds[#color][/method]:description
17 be more clever in the fetch function when no complete data coverage for the
18 desired area is possible.
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
24 allow sub second presition for step definition
26 modularise consolidation and acquisition functions
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
33 make the inclusion of G?PRINT like output in to the lables of other graph 
34 elements possible
36 add axis on the right and on top of the graph ... 
38 add configurable counter wrap
40 95th percentile plotting
42 build derivatives while plotting
44 show trend by building moving average and represent it as an arrow
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
49 circular periodic plots ... (polar)
51 analyse data in non time domain ... 
53 add smothing functions to grapher, using rolling average ... 
55 make VRULE and HRULE with 123 versions ... 
57 configurable fonts ... truetype ? colors ...
58 antialiasing ... 
60 make it possible to define order of legend items independant of their order
61 on the commandline ...
63 have configurable role-over limits for counters
65 align data points not to GMT but some free offset
67 allow starting through symlinks called rrdcreate rrdtune and the like
69 allow time shifiting of data before it is being graphed ... allow overlay of last years data over todays data