From: Gann B. <ga...@us...> - 2004-10-18 03:04:23
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10190 Modified Files: status.xml Log Message: Allow horizontal/bar combo charts. Allow rendering of combo charts in order of addition. Fixed bug when rending axis chart with no data. Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** status.xml 13 Aug 2004 01:55:12 -0000 1.22 --- status.xml 18 Oct 2004 03:04:13 -0000 1.23 *************** *** 57,60 **** --- 57,72 ---- Added 3D Stacked Bar Chart. </action> + <action dev="Gann Bierner" type="add" context="code"> + Allowed horizontal combo charts if all bar charts. + </action> + <action dev="Gann Bierner" type="add" context="code"> + Added option to render combo charts in order of addition. + </action> + <action dev="Gann Bierner" type="fix" context="code"> + Fixed exception rendering axis chart with no data. + </action> + <action dev="Gann Bierner" type="add" context="code"> + Added constructor to <code>ValueLabelRenderer</code> to use a custom number formatter. + </action> </release> |