diff options
author | as:ez.no <dev-null@apache.org> | 2007-11-22 13:06:14 +0000 |
---|---|---|
committer | as:ez.no <dev-null@apache.org> | 2007-11-22 13:06:14 +0000 |
commit | 83f24901d333ae43884cf120693494e535a5237a (patch) | |
tree | f2d1678ba31163f76bbb168d6dbbde9839fc6362 | |
parent | 3129cc66ee5bda2ead9a1327333a62ba8901188d (diff) | |
download | zetacomponents-graph-83f24901d333ae43884cf120693494e535a5237a.zip zetacomponents-graph-83f24901d333ae43884cf120693494e535a5237a.tar.gz |
- Added a review document with some minor issues in Graph.
-rw-r--r-- | review.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/review.txt b/review.txt new file mode 100644 index 0000000..0758f4d --- /dev/null +++ b/review.txt @@ -0,0 +1,21 @@ +Some issues in Graph (Alexandru, 22-11-2007) +============================================ + +[ ] 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:" + in /home/as/dev/ezcomponents/trunk/Graph/src/charts/radar.php on line 165 + +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 + 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). + |