X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph.pod;h=72728e7f4ba61e2dd922a5be3db7aa55a1e2de6f;hb=cc9a9cf99286d4a6a01ef1ca9f53ba2f7765307b;hp=598e9979655f6868339e39727bcd684c835ead8f;hpb=1a839bca58146886d97de12fae18f4e43bc8dd8c;p=rrdtool.git diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 598e997..72728e7 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -273,14 +273,40 @@ 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>] Only generate the graph if the current graph is out of date or not existent. -Note, that only the image size will be returned, if you run with lazy even -when using graphv and even when using PRINT. - +Note, that all the calculations will happen regardless so that the output of +PRINT and graphv will be complete regardless. Note that the behaviour of +lazy in this regard has seen several changes over time. The only thing you +can realy rely on before rrdtool 1.3.7 is that lazy will not generate the +graph when it is already there and up to date, and also that it will output +the size of the graph. [B<--daemon> I
] @@ -422,16 +448,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. @@ -523,5 +539,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