diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-02-26 10:18:00 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-02-26 10:18:00 +0000 |
commit | 15e0162c83faa211ea4e4e6cae7faf70e10e9a9c (patch) | |
tree | 972999d0443918acf78454610bb8cd9c32955753 /src/graph_autoload.php | |
parent | e9d7bc2afe91b3aa6633cfc987ffe29b0206fa89 (diff) | |
download | zetacomponents-graph-15e0162c83faa211ea4e4e6cae7faf70e10e9a9c.zip zetacomponents-graph-15e0162c83faa211ea4e4e6cae7faf70e10e9a9c.tar.gz |
- Implemented #20276 for centered axis label renderer
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index b97f609..757df48 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -110,6 +110,7 @@ return array( 'ezcGraphPolynom' => 'Graph/math/polynom.php', 'ezcGraphBoundings' => 'Graph/math/boundings.php', + 'ezcGraphAxisStep' => 'Graph/structs/step.php', 'ezcGraphCoordinate' => 'Graph/structs/coordinate.php', 'ezcGraphContext' => 'Graph/structs/context.php', ); |