diff options
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 f15e019..4f9791d 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -69,6 +69,7 @@ return array( 'ezcGraphAxisExactLabelRenderer' => 'Graph/renderer/axis_label_exact.php', 'ezcGraphAxisNoLabelRenderer' => 'Graph/renderer/axis_label_none.php', 'ezcGraphAxisRadarLabelRenderer' => 'Graph/renderer/axis_label_radar.php', + 'ezcGraphAxisRotatedBoxedLabelRenderer' => 'Graph/renderer/axis_label_rotated_boxed.php', 'ezcGraphAxisRotatedLabelRenderer' => 'Graph/renderer/axis_label_rotated.php', 'ezcGraphAxisStep' => 'Graph/structs/step.php', 'ezcGraphBoundings' => 'Graph/math/boundings.php', |