diff options
author | Derick Rethans <github@derickrethans.nl> | 2007-05-29 13:22:54 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2007-05-29 13:22:54 +0000 |
commit | 15a004b54b7ee29c5409d871b9c0f26fcad8b525 (patch) | |
tree | be2846f8c007c2748c9cb162d2f2fee519ab6f61 | |
parent | f7e1b8683290c347a00e80c0b3779e05892842e1 (diff) | |
download | zetacomponents-graph-15a004b54b7ee29c5409d871b9c0f26fcad8b525.zip zetacomponents-graph-15a004b54b7ee29c5409d871b9c0f26fcad8b525.tar.gz |
- Fixed changelogs.
-rw-r--r-- | ChangeLog | 37 |
1 files changed, 20 insertions, 17 deletions
@@ -1,28 +1,31 @@ -1.1rc1 - [RELEASEDATE] +1.1beta2 - [RELEASEDATE] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed issue #10741: Make ezcGraphOutOfLogithmicalBoundingsException more - descriptive + descriptive. - Fixed issue #10744: ExactAxisLabelRenderer shows last value at position of - second last value if showLastValue is disabled -- Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables - for Angles % 90 != 0 + second last value if showLastValue is disabled. - Fixed issue #10745 (BaxedAxisLabelRenderer wrong label positions for angles: - (135 <= $angle <= 325) -- Fixed issue #10759: Unset implementation broken in array access in datasets - and dataset properties + (135 <= $angle <= 325). - Fixed issue #10746: Border size reducement algorithm fails for polygones - with edge lengths < reducement -- Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC -- Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0 -- Fixed issue #10848: Missing pie segment labels in pie charts with 3d - renderer + with edge lengths < reducement. +- Fixed issue #10747: axisLabelRotatedRenderer accesses unitialised variables + for Angles % 90 != .0 +- Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERIC. +- Fixed issue #10759: Unset implementation broken in array access in datasets + and dataset properties. +- Fixed issue #10830: Automatically shorten labels if not enough space is + available. +- Fixed issue #10842: Pie charts fatal error with datasets with value sum <= + 0. - Fixed issue #10846: Division by zero in polygon size reducement algorithm for edges with an angle equals 0 degree. -- Fixed issue #10852: Fixed radar chart documentation -- Fixed issue #10830: Automatically shorten labels if not enough space is - available -- Fixed issue #10861 Circle sector size reducement failes for very big angles. +- Fixed issue #10848: Missing pie segment labels in pie charts with 3d + renderer. +- Fixed issue #10852: Fixed radar chart documentation. +- Fixed issue #10861: Circle sector size reducement failes for very big + angles. + 1.1beta1 - Monday 07 May 2007 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |