From: <nat...@us...> - 2003-12-07 14:09:45
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1:/tmp/cvs-serv5870 Modified Files: status.xml Log Message: gave credit to Christian Peterson for cluster bar label bug fix Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** status.xml 2 Nov 2003 13:48:05 -0000 1.16 --- status.xml 7 Dec 2003 14:09:43 -0000 1.17 *************** *** 22,35 **** </action> <action context="admin" dev="nathaniel_auvil"> ! Sort through the tasks on the project site and firm up what is going to happen in 1.0.0 and what will be pushed until 1.1.0 ! </action> ! <action context="admin" dev="nathaniel_auvil"> ! Sort through the feature requests on the project site and firm up what is going to happen in 1.0.0 and what will be pushed until 1.1.0 </action> </actions> <actions priority="medium"> - <action context="docs" dev="open"> - The 'Samples' tab does not get rendered correctly when selected. Figure out why. - </action> </actions> <actions priority="low"> --- 22,29 ---- </action> <action context="admin" dev="nathaniel_auvil"> ! Get 1.0.0 out!!!!!!!! </action> </actions> <actions priority="medium"> </actions> <actions priority="low"> *************** *** 96,99 **** --- 90,96 ---- <action dev="nathaniel_auvil" type="fix" context="code"> Fixed Image Map bug in <code>LineChart</code> that the Label was always the first item in the data set. + </action> + <action dev="Christian Peterson" type="fix" context="code"> + Fixed bug when rendering bar labels in Clustered Bar Charts with a zero value. </action> </release> |