diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-05-10 12:28:19 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-05-10 12:28:19 +0000 |
commit | abea356249129ec79d757b514781695b248dcb92 (patch) | |
tree | 8590f7eb233ce6a3503f3aae011327e4996b1c57 /src/graph.php | |
parent | 89cf5d2c835e6eaf88eeeacbd131e3e333089669 (diff) | |
download | zetacomponents-graph-abea356249129ec79d757b514781695b248dcb92.zip zetacomponents-graph-abea356249129ec79d757b514781695b248dcb92.tar.gz |
- Added basic tests for dataset creation
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', |