diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 12:58:48 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 12:58:48 +0000 |
commit | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (patch) | |
tree | 1989ecfb391173869e27521d28e24818519b4341 /src/charts | |
parent | 9c7af1f162a8a7a992f9a363b0878f6f50af5c25 (diff) | |
download | zetacomponents-graph-d7ef761eb8ae302260eb1d0c42ace4344d8d06a9.zip zetacomponents-graph-d7ef761eb8ae302260eb1d0c42ace4344d8d06a9.tar.gz |
- More links in documentation
Diffstat (limited to 'src/charts')
-rw-r--r-- | src/charts/bar.php | 10 | ||||
-rw-r--r-- | src/charts/line.php | 10 | ||||
-rw-r--r-- | src/charts/pie.php | 6 | ||||
-rw-r--r-- | src/charts/radar.php | 10 |
4 files changed, 18 insertions, 18 deletions
diff --git a/src/charts/bar.php b/src/charts/bar.php index 226285a..c00a3cf 100644 --- a/src/charts/bar.php +++ b/src/charts/bar.php @@ -39,11 +39,11 @@ * Each chart consists of several chart elements which represents logical * parts of the chart and can be formatted independently. The bar chart * consists of: - * - title ( ezcGraphChartElementText ) - * - legend ( ezcGraphChartElementLegend ) - * - background ( ezcGraphChartElementBackground ) - * - xAxis ( ezcGraphChartElementLabeledAxis ) - * - yAxis ( ezcGraphChartElementNumericAxis ) + * - title ( {@link ezcGraphChartElementText} ) + * - legend ( {@link ezcGraphChartElementLegend} ) + * - background ( {@link ezcGraphChartElementBackground} ) + * - xAxis ( {@link ezcGraphChartElementLabeledAxis} ) + * - yAxis ( {@link ezcGraphChartElementNumericAxis} ) * * The type of the axis may be changed and all elements can be configured by * accessing them as properties of the chart: diff --git a/src/charts/line.php b/src/charts/line.php index 6d5f238..44188cc 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -39,11 +39,11 @@ * Each chart consists of several chart elements which represents logical * parts of the chart and can be formatted independently. The line chart * consists of: - * - title ( ezcGraphChartElementText ) - * - legend ( ezcGraphChartElementLegend ) - * - background ( ezcGraphChartElementBackground ) - * - xAxis ( ezcGraphChartElementLabeledAxis ) - * - yAxis ( ezcGraphChartElementNumericAxis ) + * - title ( {@link ezcGraphChartElementText} ) + * - legend ( {@link ezcGraphChartElementLegend} ) + * - background ( {@link ezcGraphChartElementBackground} ) + * - xAxis ( {@link ezcGraphChartElementLabeledAxis} ) + * - yAxis ( {@link ezcGraphChartElementNumericAxis} ) * * The type of the axis may be changed and all elements can be configured by * accessing them as properties of the chart: diff --git a/src/charts/pie.php b/src/charts/pie.php index 29e0258..f99766b 100644 --- a/src/charts/pie.php +++ b/src/charts/pie.php @@ -33,9 +33,9 @@ * Each chart consists of several chart elements which represents logical * parts of the chart and can be formatted independently. The pie chart * consists of: - * - title ( ezcGraphChartElementText ) - * - legend ( ezcGraphChartElementLegend ) - * - background ( ezcGraphChartElementBackground ) + * - title ( {@link ezcGraphChartElementText} ) + * - legend ( {@link ezcGraphChartElementLegend} ) + * - background ( {@link ezcGraphChartElementBackground} ) * * All elements can be configured by accessing them as properties of the chart: * diff --git a/src/charts/radar.php b/src/charts/radar.php index 0db4f6b..7874240 100644 --- a/src/charts/radar.php +++ b/src/charts/radar.php @@ -40,11 +40,11 @@ * Each chart consists of several chart elements which represents logical * parts of the chart and can be formatted independently. The line chart * consists of: - * - title ( ezcGraphChartElementText ) - * - legend ( ezcGraphChartElementLegend ) - * - background ( ezcGraphChartElementBackground ) - * - axis ( ezcGraphChartElementNumericAxis ) - * - ratation axis ( ezcGraphChartElementLabeledAxis ) + * - title ( {@link ezcGraphChartElementText} ) + * - legend ( {@link ezcGraphChartElementLegend} ) + * - background ( {@link ezcGraphChartElementBackground} ) + * - axis ( {@link ezcGraphChartElementNumericAxis} ) + * - ratation axis ( {@link ezcGraphChartElementLabeledAxis} ) * * The type of the axis may be changed and all elements can be configured by * accessing them as properties of the chart: |