diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-08-25 01:20:36 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-08-25 01:20:36 +0000 |
commit | 4e50ab6291dc2430ef9ce4cc42c100c021e1a3b0 (patch) | |
tree | b476fac1f2f6caf72c476fa2cb71d496878d911f /src/graph_autoload.php | |
parent | 5298e85976086eeaac3517c359e41f2c2ee444d5 (diff) | |
download | zetacomponents-graph-4e50ab6291dc2430ef9ce4cc42c100c021e1a3b0.zip zetacomponents-graph-4e50ab6291dc2430ef9ce4cc42c100c021e1a3b0.tar.gz |
- Pimped pie charts
Look at Graph/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg
# Caused by a 25h travel from Dortmund to Vancover and commited on an open
# WLAN in Osoyoos in Okanagan Valley, Canada
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index 0d45502..cc89d22 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -26,7 +26,9 @@ return array( 'ezcGraphChartDataContainer' => 'Graph/data_container/base.php', 'ezcGraphChartSingleDataContainer' => 'Graph/data_container/single.php', - 'ezcGraphColor' => 'Graph/structs/color.php', + 'ezcGraphColor' => 'Graph/colors/color.php', + 'ezcGraphLinearGradient' => 'Graph/colors/linear_gradient.php', + 'ezcGraphRadialGradient' => 'Graph/colors/radial_gradient.php', 'ezcGraphUnknownColorDefinitionException' => 'Graph/exceptions/unknown_color_definition.php', 'ezcGraphRenderer' => 'Graph/interfaces/renderer.php', |