diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-11-21 11:36:02 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-11-21 11:36:02 +0000 |
commit | 02bd18b4ba30a5888633c1210d444c6b4503c4d6 (patch) | |
tree | bc98eee3be92ce76823b6114abee77ac12a75475 /src/graph_autoload.php | |
parent | 07fb592880d4a394d7e7af2a97f22a84faa18479 (diff) | |
download | zetacomponents-graph-02bd18b4ba30a5888633c1210d444c6b4503c4d6.zip zetacomponents-graph-02bd18b4ba30a5888633c1210d444c6b4503c4d6.tar.gz |
- Added support for odometer charts
# Thanks to Lars Jankowski from Oxid esales for the initial patch.
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index 1297421..9c54a17 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -52,6 +52,7 @@ return array( 'ezcGraphDriver' => 'Graph/interfaces/driver.php', 'ezcGraphDriverOptions' => 'Graph/options/driver.php', 'ezcGraphLineChart' => 'Graph/charts/line.php', + 'ezcGraphOdometerRenderer' => 'Graph/interfaces/odometer_renderer.php', 'ezcGraphPalette' => 'Graph/interfaces/palette.php', 'ezcGraphRadarRenderer' => 'Graph/interfaces/radar_renderer.php', 'ezcGraphRenderer' => 'Graph/interfaces/renderer.php', @@ -93,6 +94,8 @@ return array( 'ezcGraphLineChartOptions' => 'Graph/options/line_chart.php', 'ezcGraphLinearGradient' => 'Graph/colors/linear_gradient.php', 'ezcGraphNumericDataSet' => 'Graph/datasets/numeric.php', + 'ezcGraphOdometerChart' => 'Graph/charts/odometer.php', + 'ezcGraphOdometerChartOptions' => 'Graph/options/odometer_chart.php', 'ezcGraphPaletteBlack' => 'Graph/palette/black.php', 'ezcGraphPaletteEz' => 'Graph/palette/ez.php', 'ezcGraphPaletteEzBlue' => 'Graph/palette/ez_blue.php', |