summaryrefslogtreecommitdiffstats
path: root/src/graph.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-10 12:28:19 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-10 12:28:19 +0000
commitabea356249129ec79d757b514781695b248dcb92 (patch)
tree8590f7eb233ce6a3503f3aae011327e4996b1c57 /src/graph.php
parent89cf5d2c835e6eaf88eeeacbd131e3e333089669 (diff)
downloadzetacomponents-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.php2
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',
OpenPOWER on IntegriCloud