From: oetiker Date: Wed, 16 Apr 2008 15:50:59 +0000 (+0000) Subject: fixed 2. x-grid example ... since the lable is valid for the whole day, it must be... X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=299d1636596a1911659e0a53bfad5c47e72835e0;p=rrdtool.git fixed 2. x-grid example ... since the lable is valid for the whole day, it must be 86400 wide. --tobi git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1327 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index b605fae..6c7c330 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -186,7 +186,7 @@ This places grid lines every 10 minutes, major grid lines every hour, and labels every 4 hours. The labels are placed under the major grid lines as they specify exactly that time. - --x-grid HOUR:8:DAY:1:DAY:1:0:%A + --x-grid HOUR:8:DAY:1:DAY:1:86400:%A This places grid lines every 8 hours, major grid lines and labels each day. The labels are placed exactly between two major grid lines