]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Normally the graphing function makes sure that the entire LINE or AREA
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 14 Nov 2012 13:19:44 +0000 (14:19 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 14 Nov 2012 13:19:44 +0000 (14:19 +0100)
commitcab7c3817687772ecd816a220703d04ce4d92a22
tree85622d8abf10882055f9a65a78312530a1cd2648
parent4c583ec30a4d7b37e49f930d5fe4d6afc9b81ccd
Normally the graphing function makes sure that the entire LINE or AREA
is visible in the chart. The scaling of the chart will be modified
accordingly if necessary. Any LINE or AREA can be excluded from this
process by adding the option SKIPSCALE.

 LINE:x#f00::SKIPSCALE
doc/rrdgraph_graph.pod
src/rrd_graph.c
src/rrd_graph.h
src/rrd_graph_helper.c