diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-02 10:04:10 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-02 10:04:10 +0000 |
commit | 9f913f9636f28383deea7c5885be484087b1e625 (patch) | |
tree | 7c5ae91e4f5467f1bbd6c265a9a52ed49b10781a /src/graph.php | |
parent | a76468ade84e9b6d7f72bac87b2db60e4e631a4f (diff) | |
download | zetacomponents-graph-9f913f9636f28383deea7c5885be484087b1e625.zip zetacomponents-graph-9f913f9636f28383deea7c5885be484087b1e625.tar.gz |
- Added tests for vertical alignement
- Added support for vertical alignement to GD driver
Diffstat (limited to 'src/graph.php')
-rw-r--r-- | src/graph.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php index 12bb946..03ee3fe 100644 --- a/src/graph.php +++ b/src/graph.php @@ -25,6 +25,7 @@ class ezcGraph const LEFT = 4; const RIGHT = 8; const CENTER = 16; + const MIDDLE = 32; static protected $chartTypes = array( 'pie' => 'ezcGraphPieChart', |