From: <nat...@us...> - 2003-11-02 13:48:08
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1:/tmp/cvs-serv3864 Modified Files: status.xml Log Message: 0.7.5 Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** status.xml 26 Sep 2003 00:45:41 -0000 1.15 --- status.xml 2 Nov 2003 13:48:05 -0000 1.16 *************** *** 100,103 **** --- 100,113 ---- + <release version="0.7.5" date="11-2-2003"> + <action dev="nathaniel_auvil" type="fix" context="code"> + Fixed Bug: Line and Point charts no longer start at the y-axis. + </action> + <action dev="nathaniel_auvil" type="fix" context="code"> + Fixed Bug: Image Map coordinate on a Scatter Plot chart incorrectly using the y coordinate for both x and y. + </action> + </release> + + <release version="0.7.4" date="06-29-2003"> <action dev="nathaniel_auvil" type="fix" context="code"> |