diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-05-03 07:38:25 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-05-03 07:38:25 +0000 |
commit | 060e4cc112feeedeaf76f1c71fe221a45e8c3246 (patch) | |
tree | 051a06faf0b019666e3c5210f63ff5af407d49cc /src/element | |
parent | 45dc0d77c5585a51bb04ef21bdc83792ef0d622a (diff) | |
download | zetacomponents-graph-060e4cc112feeedeaf76f1c71fe221a45e8c3246.zip zetacomponents-graph-060e4cc112feeedeaf76f1c71fe221a45e8c3246.tar.gz |
- Removed PdoDataset from Graph components
# Preparation for issue #10697: Move ezcGraphPdoDataSet to a
# ezcGraphDatabaseTieIn
Diffstat (limited to 'src/element')
-rw-r--r-- | src/element/axis.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/element/axis.php b/src/element/axis.php index d14431d..0362481 100644 --- a/src/element/axis.php +++ b/src/element/axis.php @@ -38,7 +38,7 @@ * @property ezcGraphAxisLabelRenderer $axisLabelRenderer * AxisLabelRenderer used to render labels and grid on this axis. * @property callback $labelCallback - * Callback function to format pie chart labels. + * Callback function to format chart labels. * Function will receive two parameters and should return a * reformatted label. * string function( label, step ) |