diff options
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r-- | src/charts/pie.php | 6 |
1 files changed, 3 insertions, 3 deletions
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: * |