diff options
Diffstat (limited to 'src/graph.php')
-rw-r--r-- | src/graph.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php index d3c2bf9..af4db6c 100644 --- a/src/graph.php +++ b/src/graph.php @@ -15,6 +15,8 @@ class ezcGraph { + const DIAMOND = 1; + static protected $chartTypes = array( 'pie' => 'ezcGraphPieChart', 'line' => 'ezcGraphLineChart', |