summaryrefslogtreecommitdiffstats
path: root/review.txt
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-11-23 12:40:39 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-11-23 12:40:39 +0000
commitaa6990d330fd354477f767adb22cc4c02b18c76e (patch)
tree8260423701712d11299a25a4bba1f6083e421f16 /review.txt
parent4b6f409dd6023baee2f89454e868d4286709092c (diff)
downloadzetacomponents-graph-aa6990d330fd354477f767adb22cc4c02b18c76e.zip
zetacomponents-graph-aa6990d330fd354477f767adb22cc4c02b18c76e.tar.gz
- Fixed some first issues in Graph
Diffstat (limited to 'review.txt')
-rw-r--r--review.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/review.txt b/review.txt
index 8e261e5..dd9dc0b 100644
--- a/review.txt
+++ b/review.txt
@@ -1,7 +1,7 @@
Some issues in Graph (Alexandru, 22-11-2007)
============================================
-[ ] If using a 3D renderer with Radar and Odometer (usually nobody does this)
+[x] If using a 3D renderer with Radar and Odometer (usually nobody does this)
you get 2 different errors:
Radar: ezcBaseValueException: The value 'O:18:"ezcGraphRenderer3d":16:{s:19:"
@@ -10,18 +10,24 @@ Radar: ezcBaseValueException: The value 'O:18:"ezcGraphRenderer3d":16:{s:19:"
Odometer: Fatal error: Call to undefined method ezcGraphRenderer3d::drawOdometer()
in /home/as/dev/ezcomponents/trunk/Graph/src/charts/odometer.php on line 137
-[ ] ezcGraphOdometerChart has no class doc-block - most likely will end up
+[x] ezcGraphOdometerChart has no class doc-block - most likely will end up
in the NoPackageName section on http://ezcomponents.org/docs/api/trunk/elementindex.html
(same with some classes in Webdav). It should also be marked as @mainclass.
[ ] Odometer chart linear gradient looks different in Flash and Svg (more green on
the left side in Svg and almost no green in Flash, using the default palette).
-[ ] Odometer chart does not do gradient colors in Gd (but probably this is documented).
+[x] Odometer chart does not do gradient colors in Gd (but probably this is documented).
+
+ # GD can't draw any gradients (in a reasonable time), so yes, it is
+ # documented.
[ ] ezcGraphOdometerChart has some white space issues (eg. in foreach).
-[ ] graph_autoload.php: src/math/term.php is missing (and docanalysis.php tool does
+[x] graph_autoload.php: src/math/term.php is missing (and docanalysis.php tool does
not work).
+ # This class is not used anywhere yet, and automatically included. Removed
+ # from autoload file.
+
[ ] Some more doc block issues are revealed after running docanalysis.php.
OpenPOWER on IntegriCloud