diff options
author | pke:ez.no <dev-null@apache.org> | 2007-02-07 18:20:49 +0000 |
---|---|---|
committer | pke:ez.no <dev-null@apache.org> | 2007-02-07 18:20:49 +0000 |
commit | 47c7a25d15c25ae051af381046b8257e9b2a9a46 (patch) | |
tree | 760cb5a23adb274521b6617abd76ec1c68be6659 /docs | |
parent | 25155f19e9cad1a7530698fcb0b0bf514b8c3e61 (diff) | |
download | zetacomponents-graph-47c7a25d15c25ae051af381046b8257e9b2a9a46.zip zetacomponents-graph-47c7a25d15c25ae051af381046b8257e9b2a9a46.tar.gz |
Revised Graph eZ Components tutorial to reflect Kore's comments
Diffstat (limited to 'docs')
-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 8fb7937..7bbf89d 100644 --- a/docs/tutorial.txt +++ b/docs/tutorial.txt @@ -22,8 +22,9 @@ position and size. The main chart elements are the same for all chart types. To define overall layouts for graphs, you can use palettes, which specify default colors, symbols, fonts and spacings. -Data is provided through ezcGraphDataSet arrays. You also can perform -statistical operations on data, as you will see later. +Data is provided through ezcGraphDataSet objects, which are normally created +from simple arrays. You also can perform statistical operations on data, as you +will see later. Class overview ============== @@ -519,7 +520,7 @@ for all available axis label renderers, but here is an overview: 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 readability of the axis or the labels of the other axis. + the axis or the labels of the other axis, and thus be difficult to read. - ezcGraphAxisBoxedLabelRenderer |