diff options
author | pke:ez.no <dev-null@apache.org> | 2007-12-14 19:55:42 +0000 |
---|---|---|
committer | pke:ez.no <dev-null@apache.org> | 2007-12-14 19:55:42 +0000 |
commit | c98f56e909016ba33957f2a70c5faf5e0b8b52ed (patch) | |
tree | 899eeacf620e09dde85211c19eb2d75f4dc21c8b | |
parent | ffdd46ecf3bcae196a53e0032c0eb4d942b66d1e (diff) | |
download | zetacomponents-graph-c98f56e909016ba33957f2a70c5faf5e0b8b52ed.zip zetacomponents-graph-c98f56e909016ba33957f2a70c5faf5e0b8b52ed.tar.gz |
Updated Graph tutorial to fix reference to a forced labeled axis
-rw-r--r-- | docs/tutorial.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorial.txt b/docs/tutorial.txt index d17e814..b9ac0e7 100644 --- a/docs/tutorial.txt +++ b/docs/tutorial.txt @@ -188,7 +188,7 @@ manually setting the amount of steps on the x axis:: // Output graph ... ?> -This works because all datasets implement the interface Countable. If you want +This works because all datasets implement the Countable interface. If you want to use it for more than one dataset, you could do the following:: <?php @@ -662,8 +662,9 @@ for all available axis label renderers, but here is an overview: This renderer is the default for the labeled axis in line charts and draws the label centered next to the step. Therefore, this renderer omits the label for the initial step on the axis (0, 0) by default. However, this can be forced - as shown in example 14. The label is omitted because it would interfere with - the axis or the labels of the other axis, and thus be difficult to read. + as shown in the example in `Axis`_ -> `Labeled axes`_. The label is omitted + because it would interfere with the axis or the labels of the other axis, and + thus be difficult to read. - ezcGraphAxisBoxedLabelRenderer |