diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-12-17 16:55:30 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-12-17 16:55:30 +0000 |
commit | 8f5e0af2d66d1b73d841486b7c4f587967ec4152 (patch) | |
tree | 3f464720e72cd19a895472b6e0adf79e3b56a01f /src/graph_autoload.php | |
parent | a7af0438e645d8bc5da99805c7f2c63fd7e7c7ac (diff) | |
download | zetacomponents-graph-8f5e0af2d66d1b73d841486b7c4f587967ec4152.zip zetacomponents-graph-8f5e0af2d66d1b73d841486b7c4f587967ec4152.tar.gz |
- Got cairo driver mostly working.
# Only full support for rotated texts is still missing
# Execute the added tutorial example to see the current result.
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index cc760c7..8db8fa8 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -70,6 +70,8 @@ return array( 'ezcGraphAxisStep' => 'Graph/structs/step.php', 'ezcGraphBarChart' => 'Graph/charts/bar.php', 'ezcGraphBoundings' => 'Graph/math/boundings.php', + 'ezcGraphCairoDriver' => 'Graph/driver/cairo.php', + 'ezcGraphCairoDriverOptions' => 'Graph/options/cairo_driver.php', 'ezcGraphChartElementBackground' => 'Graph/element/background.php', 'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php', 'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php', |