]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_graph: Add possibility to graph timestamp data
authorEtienne Buira <etienne.buira@gmail.com>
Mon, 16 Mar 2015 20:55:12 +0000 (21:55 +0100)
committerEtienne Buira <etienne.buira@gmail.com>
Mon, 16 Mar 2015 21:19:18 +0000 (22:19 +0100)
commitf0cc37d13228c4c73ca97c8fdf73327391f30f84
tree86e42c0cae78715f8258fa2918418e244cbd2bb4
parente79af61f94e938786f1de50b799abec42f36d99f
rrd_graph: Add possibility to graph timestamp data

RRA records hold both a value and a timestamp, this patch
permits to represent the _value_ (g?print/axis) as timestamps.
doc/rrdgraph.pod
doc/rrdgraph_graph.pod
src/rrd_graph.c
src/rrd_graph.h
src/rrd_graph_helper.c
tests/Makefile.am
tests/Makefile.in
tests/vformatter1 [new file with mode: 0755]