From: Gann B. <ga...@us...> - 2004-11-19 01:35:46
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11034 Modified Files: status.xml Log Message: Added ability to have a custom NumberFormat for the y axis. Sometimes percent or dollar signs just is not enough... Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** status.xml 16 Nov 2004 06:39:34 -0000 1.25 --- status.xml 19 Nov 2004 01:35:34 -0000 1.26 *************** *** 75,78 **** --- 75,81 ---- 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> + <action dev="Gann Bierner" type="add" context="code"> + Added api to set a custom number formatter for <code>DataAxisProperties</code> + </action> </release> |