summaryrefslogtreecommitdiffstats
path: root/src/interfaces/chart.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-28 13:23:00 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-28 13:23:00 +0000
commit6ed7f3a9b1814879c8fed5f55db1ae409797f76c (patch)
treef69295bc766e04744f43a8811574c69836049dc0 /src/interfaces/chart.php
parentd6bae028524a0fc548080d7b8ae1d8fa38102248 (diff)
downloadzetacomponents-graph-6ed7f3a9b1814879c8fed5f55db1ae409797f76c.zip
zetacomponents-graph-6ed7f3a9b1814879c8fed5f55db1ae409797f76c.tar.gz
- Added SVG driver
Diffstat (limited to 'src/interfaces/chart.php')
-rw-r--r--src/interfaces/chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/chart.php b/src/interfaces/chart.php
index 6cc1e8c..18e1849 100644
--- a/src/interfaces/chart.php
+++ b/src/interfaces/chart.php
@@ -78,7 +78,7 @@ abstract class ezcGraphChart implements ArrayAccess
$this->elements['legend']->position = ezcGraph::LEFT;
// Define standard renderer and driver
- $this->driver = new ezcGraphSVGDriver();
+ $this->driver = new ezcGraphSvgDriver();
$this->renderer = new ezcGraphRenderer2D();
$this->renderer->setDriver( $this->driver );
}
OpenPOWER on IntegriCloud