X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frrdgraph_graph.html;h=ac595c0bfcb7b44221c76cc835df865bba289664;hb=61e8ce1d79b8e6f8d21de9db8784cdf9e718fb65;hp=b0d7bef1f752772de00536c07ae7d1b605efc7c5;hpb=40278740122b2b70606a01bb9ca33515ed13c343;p=pkg-rrdtool.git diff --git a/doc/rrdgraph_graph.html b/doc/rrdgraph_graph.html index b0d7bef..ac595c0 100644 --- a/doc/rrdgraph_graph.html +++ b/doc/rrdgraph_graph.html @@ -142,7 +142,7 @@ will all use the same magnitude unit except for zero values.

If you PRINT a VDEF value, you can also print the time associated with it by appending the string -:strftime to the format. Note that rrdtool uses the strftime function of your OSs C library. This means that +:strftime to the format. Note that RRDtool uses the strftime function of your OSs C library. This means that the conversion specifier may vary. Check the manual page if you are uncertain. The following is a list of conversion specifiers usually supported across the board.

@@ -217,7 +217,7 @@ such cases %p will return an empty string.

%S
-

The seconds since the epoch (1.1.1970) (libc dependant non standard!)

+

The seconds since the epoch (1.1.1970) (libc dependent non standard!)

%U
@@ -402,7 +402,7 @@ specified.

right aligned, and \c for centered. In the next section there is an example showing how to use centered formatting.

\n is a valid alias for \l since incomplete parsing in earlier -versions of rrdtool lead to this behavior and a number of people has been using it.

+versions of RRDtool lead to this behavior and a number of people has been using it.

Normally there are two space characters inserted between every two items printed into the graph. The space following a string can be suppressed by putting a \g at the end of the string. The \g also ignores any space @@ -412,8 +412,18 @@ in connection with %s to suppress empty unit strings.

GPRINT:a:MAX:%lf%s\g

A special case is COMMENT:\s which inserts some additional vertical space before placing the next row of legends.

-

If you are using the proportional font in your graph, you can use tab -characters or the sequence \t to line-up legend elements. Note that +

If you want to have left and right aligned legends on the same line use COMMENT:\u +to go one line back like this:

+
+ COMMENT:left\l
+ COMMENT:\u
+ COMMENT:right\r
+

There is also a 'nop' control for situations where you want a string to +actually end in a backslash character sequence \.

+
+ COMMENT:OS\2\.
+

When using a proportional font in your graph, the tab +characters or the sequence \t will line-up legend elements. Note that the tabs inserted are relative to the start of the current legend element!

Since RRDtool 1.3 is using Pango for rending text, you can use Pango markup. @@ -496,7 +506,7 @@ Pango uses the xml span tags for inline formatting instructions

strikethrough_color
-

The color of strikethrough lines; an RGB color specification such as '#00FF00' or a color name such as 'red'

+

The color of crossed out lines; an RGB color specification such as '#00FF00' or a color name such as 'red'

fallback
@@ -544,7 +554,7 @@ Pango uses the xml span tags for inline formatting instructions
s
-

Strikethrough

+

Strike through

sub