summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-01-03 10:24:05 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-01-03 10:24:05 +0000
commit14aef064149236b6190859b165bb431a4a4802b4 (patch)
tree8c122ddc14967c76a5e8fcca8abc355dd2e53170 /src/graph_autoload.php
parent3d159bca6c8d9f22203edabd416d30004dca02c5 (diff)
downloadzetacomponents-graph-14aef064149236b6190859b165bb431a4a4802b4.zip
zetacomponents-graph-14aef064149236b6190859b165bb431a4a4802b4.tar.gz
- Fixed: Bug #9926 (Float values with date axis result in date parsing
exception)
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index aa8de0f..5b3533e 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -77,6 +77,7 @@ return array(
'ezcGraphChartElementBackground' => 'Graph/element/background.php',
'ezcGraphChartElementAxis' => 'Graph/element/axis.php',
'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php',
+ 'ezcGraphErrorParsingDateException' => 'Graph/exceptions/date_parsing.php',
'ezcGraphChartElementNumericAxis' => 'Graph/axis/numeric.php',
'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php',
'ezcGraphChartElementLogarithmicalAxis' => 'Graph/axis/logarithmic.php',
OpenPOWER on IntegriCloud