diff options
Diffstat (limited to 'src/charts/line.php')
-rw-r--r-- | src/charts/line.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charts/line.php b/src/charts/line.php index ce353d6..3813107 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -417,6 +417,7 @@ class ezcGraphLineChart extends ezcGraphChart * @param int $width Image width * @param int $height Image height * @param string $file Output file + * @apichange * @return void */ public function render( $width, $height, $file = null ) @@ -439,6 +440,7 @@ class ezcGraphLineChart extends ezcGraphChart * * @param int $width * @param int $height + * @apichange * @return void */ public function renderToOutput( $width, $height ) |