From: Nathaniel G. A. <nat...@us...> - 2004-08-13 01:55:21
|
Update of /cvsroot/jcharts/krysalis-jcharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22005 Modified Files: status.xml Log Message: added credit to Nathan Feger for the Line Regression Chart for Alpha 2 Index: status.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/status.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** status.xml 16 Jun 2004 02:26:51 -0000 1.21 --- status.xml 13 Aug 2004 01:55:12 -0000 1.22 *************** *** 45,49 **** automatically be used for entries of type <foo>. --> ! <action dev="nathaniel_auvil" type="fix" context="code"> <code>PieChart2D</code> was not rendering correctly when Legend was placed on the LEFT side. </action> --- 45,52 ---- automatically be used for entries of type <foo>. --> ! <action dev="Nathan Feger" type="add" context="code"> ! <code>Line Regression Chart</code> has been added as a new Chart Type. ! </action> ! <action dev="Nathaniel Auvil" type="fix" context="code"> <code>PieChart2D</code> was not rendering correctly when Legend was placed on the LEFT side. </action> *************** *** 57,78 **** <release version="1.0.0 alpha 1" date="5-31-2004"> ! <action dev="nathaniel_auvil" type="update" context="admin"> Initial Import of the <code>krysalis-jcharts</code> CVS module. </action> ! <action dev="nathaniel_auvil" type="update" context="code"> Moved codebase into new namespace <code>org.krysalis.jcharts</code> </action> ! <action dev="nathaniel_auvil" type="add" context="code"> Added flag to <code>ChartProperties</code> which allows users to toggle Anti-Aliasing on the charts. The default is <code>true</code>, but if you are embeding a chart in a PDF file, set it to <code>false</code> in order to get a cleaner image. </action> ! <action dev="nathaniel_auvil" type="fix" context="code"> Refactored <code>PieChart2D</code> and fixed a couple undocumented bugs with the labelling code. </action> ! <action dev="nathaniel_auvil" type="update" context="code"> Refactored <code>PieChart2DProperties</code> to use a <code>ChartStroke</code> Object for the border stroke. </action> ! <action dev="nathaniel_auvil" type="add" context="code"> Re-introduced the <code>PieChart3D</code>! It was in jCharts 0.2 but disappeared there after. </action> --- 60,81 ---- <release version="1.0.0 alpha 1" date="5-31-2004"> ! <action dev="Nathaniel Auvil" type="update" context="admin"> Initial Import of the <code>krysalis-jcharts</code> CVS module. </action> ! <action dev="Nathaniel Auvil" type="update" context="code"> Moved codebase into new namespace <code>org.krysalis.jcharts</code> </action> ! <action dev="Nathaniel Auvil" type="add" context="code"> Added flag to <code>ChartProperties</code> which allows users to toggle Anti-Aliasing on the charts. The default is <code>true</code>, but if you are embeding a chart in a PDF file, set it to <code>false</code> in order to get a cleaner image. </action> ! <action dev="Nathaniel Auvil" type="fix" context="code"> Refactored <code>PieChart2D</code> and fixed a couple undocumented bugs with the labelling code. </action> ! <action dev="Nathaniel Auvil" type="update" context="code"> Refactored <code>PieChart2DProperties</code> to use a <code>ChartStroke</code> Object for the border stroke. </action> ! <action dev="Nathaniel Auvil" type="add" context="code"> Re-introduced the <code>PieChart3D</code>! It was in jCharts 0.2 but disappeared there after. </action> |