From: Gann B. <ga...@us...> - 2004-11-16 06:39:43
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8971 Modified Files: status.xml Log Message: Added ability to align rotated X-labels at the top rather the bottom. This also causes the tops to point directly to the matching points on the X axis rather than be centered below them. Finally, just like with purely vertical labels, we only need consider the text height rather than width to figure out how many to show in this case. Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** status.xml 5 Nov 2004 01:49:20 -0000 1.24 --- status.xml 16 Nov 2004 06:39:34 -0000 1.25 *************** *** 72,75 **** --- 72,78 ---- Fixed exception in <code>AxisChart</code> when there are no RightYAxisProperties. This was breaking the "Horizontal Bar with Image Map" demo. </action> + <action dev="Gann Bierner" type="add" context="code"> + Added ability to align rotated X-labels at the top rather than the bottom with <code>AxisTypeProperties.setRotatedLabelAlignTop(true)</code>. This also causes the tops to "point" directly to the matching points on the X axis rather than be centered below them. + </action> </release> |