X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph.pod;h=b798ff92dafda29603b435ff20bae51d19459432;hp=f7b6cac4143f6d1023d59828553e520002419b34;hb=4493487acbf098efd1aa166fc8ab05fce968dbe0;hpb=2522d72d7da75ab2b058578e60df95319790b9b5 diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index f7b6cac..b798ff9 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -273,6 +273,29 @@ Note that for linear graphs, SI notation is used by default. =back +=head2 Legend + +[B<-g>|B<--no-legend>] + +Suppress generation of the legend; only render the graph. + +[B<-F>|B<--force-rules-legend>] + +Force the generation of HRULE and VRULE legends even if those HRULE or +VRULE will not be drawn because out of graph boundaries (mimics +behaviour of pre 1.0.42 versions). + +[B<--legend-position>=(north|south|west|east)] + +Place the legend at the given side of the graph. The default is south. +In west or east position it is necessary to add line breaks manually. + +[B<--legend-direction>=(topdown|bottomup)] + +Place the legend items in the given vertical order. The default is topdown. +Using bottomup the legend items appear in the same vertical order as a +stack of lines or areas. + =head2 Miscellaneous [B<-z>|B<--lazy>] @@ -422,16 +445,6 @@ Times-Bold, Times-BoldItalic, Times-Italic, Times-Roman, and ZapfDingbats. If images are interlaced they become visible on browsers more quickly. -[B<-g>|B<--no-legend>] - -Suppress generation of the legend; only render the graph. - -[B<-F>|B<--force-rules-legend>] - -Force the generation of HRULE and VRULE legends even if those HRULE or -VRULE will not be drawn because out of graph boundaries (mimics -behaviour of pre 1.0.42 versions). - [B<-T>|B<--tabwidth> I] By default the tab-width is 40 pixels, use this option to change it. @@ -444,7 +457,7 @@ measurement, 1 kb/s is 1000 b/s. [B<-W>|B<--watermark> I] -Adds the given string as a watermark, horizontally centred, at the bottom +Adds the given string as a watermark, horizontally centered, at the bottom of the graph. =head2 Data and variables @@ -482,6 +495,8 @@ the output will look like this: graph_top = 22 graph_width = 400 graph_height = 100 + graph_start = 1232908800 + graph_end = 1232914200 image_width = 481 image_height = 154 value_min = 0.0000000000e+00 @@ -521,5 +536,6 @@ Make sure to read L for tipsEtricks. Program by Tobias Oetiker Etobi@oetiker.chE -This manual page by Alex van den Bogaerdt Ealex@ergens.op.het.netE +This manual page by Alex van den Bogaerdt Ealex@vandenbogaerdt.nlE +with corrections and/or additions by several people