diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-11-03 14:20:22 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-11-03 14:20:22 +0000 |
commit | 6bcfb0ef5935517d69cd6ccd46b27d92caa3656d (patch) | |
tree | edb806ced557a832dcfa962f3f28b598e15aad81 /src/graph_autoload.php | |
parent | 3b4a92fb2b5e181c4aa7a57c67aa17812526b398 (diff) | |
download | zetacomponents-graph-6bcfb0ef5935517d69cd6ccd46b27d92caa3656d.zip zetacomponents-graph-6bcfb0ef5935517d69cd6ccd46b27d92caa3656d.tar.gz |
- Added logarithmical scaled numeric axis
- Added mojor grid color in ez palettes
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 618491b..11c7ec2 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -78,6 +78,8 @@ return array( 'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php', 'ezcGraphChartElementNumericAxis' => 'Graph/axis/numeric.php', 'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php', + 'ezcGraphChartElementLogarithmicalAxis' => 'Graph/axis/logarithmic.php', + 'ezcGraphOutOfLogithmicalBoundingsException' => 'Graph/exceptions/out_of_logarithmical_boundings.php', 'ezcGraphDataSet' => 'Graph/datasets/base.php', 'ezcGraphArrayDataSet' => 'Graph/datasets/array.php', |