From: Gann B. <ga...@us...> - 2004-11-05 01:49:29
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9685 Modified Files: status.xml Log Message: Fixed NPE in overlayChartsAutomatically when there is no rightYAxisProperties. Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** status.xml 18 Oct 2004 03:04:13 -0000 1.23 --- status.xml 5 Nov 2004 01:49:20 -0000 1.24 *************** *** 69,72 **** --- 69,75 ---- Added constructor to <code>ValueLabelRenderer</code> to use a custom number formatter. </action> + <action dev="Gann Bierner" type="fix" context="code"> + Fixed exception in <code>AxisChart</code> when there are no RightYAxisProperties. This was breaking the "Horizontal Bar with Image Map" demo. + </action> </release> |