Code

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)
commit5cbd417d553b75b6428dd42621c30e754aaa8fc8
treee5451b0376b392c003d4653eb5735ee31ed2913e
parent396199c2df26225e21b270010e670380cd82c91b
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@1331 a5681a0c-68f1-0310-ab6d-d61299d08faa
12 files changed:
program/CONTRIBUTORS
program/NEWS
program/bindings/perl-shared/RRDs.pm
program/bindings/perl-shared/RRDs.xs
program/bindings/ruby/main.c
program/doc/rrdgraph.pod
program/src/rrd.h
program/src/rrd_graph.c
program/src/rrd_graph.h
program/src/rrd_info.c
program/src/rrd_tool.c
program/src/rrd_tool.h