summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 167bffd)
raw | patch | inline | side by side (parent: 167bffd)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 20 Feb 2006 06:20:37 +0000 (06:20 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 20 Feb 2006 06:20:37 +0000 (06:20 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@764 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdgraph_examples.pod | patch | blob | history | |
doc/rrdgraph_graph.pod | patch | blob | history |
index 9f0233be86bc77312726aa70da4705949a0db4e2..e743c9f0e1408f3ded9afd84375ccc8b6b6237fd 100644 (file)
=head2 Time ranges
Last four weeks: --start end-4w --end 00:00
- January 2001: --start 200101010000 --end start+31d
- January 2001: --start 200101010000 --end 200102010000
+ January 2001: --start 20010101 --end start+31d
+ January 2001: --start 20010101 --end 20010201
Last hour: --start end-1h
Last 24 hours: <nothing at all>
Yesterday: --end 00:00
diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod
index 2364f54cbbc2da00f55917a07a78f401f8ce9a8e..bf683ed5397f137ed843813d50f3a094430f48a2 100644 (file)
--- a/doc/rrdgraph_graph.pod
+++ b/doc/rrdgraph_graph.pod
=item B<TICK>B<:>I<vname>B<#>I<rrggbb>[I<aa>][B<:>I<fraction>[B<:>I<legend>]]
Plot a tick mark (a vertical line) for each value of I<vname> that is
-non-zero and not *UNKNOWN*. The I<fraction> argument specifies the
-length of the tick mark as a fraction of the y-axis; the default value
-is 0.1 (10% of the axis). Note that the color specification is not
-optional.
+non-zero and not *UNKNOWN*. The I<fraction> argument specifies the length of
+the tick mark as a fraction of the y-axis; the default value is 0.1 (10% of
+the axis). Note that the color specification is not optional. The TICK marks
+start at y==0 if it is inside the graph. Else they start at the border that
+is closer to 0.
=item B<SHIFT>B<:>I<vname>B<:>I<offset>