X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph.pod;fp=doc%2Frrdgraph.pod;h=b798ff92dafda29603b435ff20bae51d19459432;hp=0ac2fbf786798118dcc1ae0299b6b36b51ae5218;hb=4493487acbf098efd1aa166fc8ab05fce968dbe0;hpb=f4abf7d18767b842801a7c38f922e34e0ff3c890 diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 0ac2fbf..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.