X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_graph.pod;h=cefc723458b350899617b42eab93ea2a6a217269;hb=c505944c63f4dbe05943c05f3b927acca9394143;hp=94bfdbcfb5dc1240f4a7753979fbbbcfe9236aa2;hpb=4b7345f9345915c8061e4b37b26ce8887828c973;p=rrdtool.git diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index 94bfdbc..cefc723 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -1,3 +1,5 @@ +=pod + =head1 NAME rrdgraph_graph - rrdtool graph command reference @@ -208,21 +210,23 @@ a variable here. =cut -=item BB<:>IB<#>I[I][B<:>I] - -B has now support for B. If you include the -B command, the canvas is extended to make room for a chart. -The size of the canvas is determined by the lesser of -L. - -Pie parts will be concatenated, the first one will start at the -top and parts will be created clockwise. The size of the part -is defined by the value part of the L -function. It should return a number between 0 and 100, being a -percentage. Providing wrong input will produce undefined results. - -=for comment -XXX Above: shouldn't this be caught and and error be generated? Fritz +# This section describes the curruently defunct +# PieChart code. +# +# =item BB<:>IB<#>I[I][B<:>I] +# +# B has now support for B. If you include the +# B command, the canvas is extended to make room for a chart. +# The size of the canvas is determined by the lesser of +# L. +# +# Pie parts will be concatenated, the first one will start at the +# top and parts will be created clockwise. The size of the part +# is defined by the value part of the L +# function. It should return a number between 0 and 100, being a +# percentage. Providing wrong input will produce undefined results. +# +# =pod