Introduced a alternated interface to rrd_graph using rrd_info style return
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 20 Apr 2008 22:46:39 +0000 (22:46 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 20 Apr 2008 22:46:39 +0000 (22:46 +0000)
commitea8c705cc27ef33dee2cc6561ed51e16ddc5d0a9
tree46e93864b758ec6656a17fe63e500c162e3474aa
parent6a4c9f4045859f5dd1096464f4cdf2e8b862147b
Introduced a alternated interface to rrd_graph using rrd_info style return
values: rrd_graph_v The graph_v interface returnes additional information
about the graph including the location of the graphing area within the
image. When called with '-' as filename it will even return the image data.
The new interface is supported in the rrdtool command line, RRDs perl and
ruby bindings.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1331 a5681a0c-68f1-0310-ab6d-d61299d08faa
12 files changed:
CONTRIBUTORS
NEWS
bindings/perl-shared/RRDs.pm
bindings/perl-shared/RRDs.xs
bindings/ruby/main.c
doc/rrdgraph.pod
src/rrd.h
src/rrd_graph.c
src/rrd_graph.h
src/rrd_info.c
src/rrd_tool.c
src/rrd_tool.h