From: <nat...@us...> - 2003-12-07 14:08:43
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv5710 Modified Files: credits.xml Log Message: gave credit to Christian Peterson for bug fix Index: credits.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/credits.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** credits.xml 7 Aug 2003 21:57:19 -0000 1.2 --- credits.xml 7 Dec 2003 14:08:41 -0000 1.3 *************** *** 12,21 **** <section> <title>1.0.0</title> ! <p></p> <table> ! <tr> ! <td>Rami Hansenne, Matthew Dornquast</td> ! <td>Radar Chart Implementation</td> ! </tr> </table> </section> --- 12,25 ---- <section> <title>1.0.0</title> ! <p></p> <table> ! <tr> ! <td>Rami Hansenne, Matthew Dornquast</td> ! <td>Radar Chart Implementation</td> ! </tr> ! <tr> ! <td>Christian Peterson</td> ! <td>Fixed Clustered Bar label when a zero value.</td> ! </tr> </table> </section> *************** *** 23,48 **** <section> <title>0.7.0</title> ! <p></p> <table> ! <tr> ! <td>Mike Lissick</td> ! <td>Scale Calculator code and ideas.</td> ! </tr> ! <tr> ! <td>John Thomson *</td> ! <td>Bar labeling code</td> ! </tr> ! <tr> ! <td>John Thomson *</td> ! <td>Horizontal Bar plots</td> ! </tr> ! <tr> ! <td>Sundar Balasubramanian</td> ! <td>Point Chart shapes in Legend</td> ! </tr> ! <tr> ! <td>Sandor Dornbush</td> ! <td>Various Legend Enhancements</td> ! </tr> </table> </section> --- 27,52 ---- <section> <title>0.7.0</title> ! <p></p> <table> ! <tr> ! <td>Mike Lissick</td> ! <td>Scale Calculator code and ideas.</td> ! </tr> ! <tr> ! <td>John Thomson *</td> ! <td>Bar labeling code</td> ! </tr> ! <tr> ! <td>John Thomson *</td> ! <td>Horizontal Bar plots</td> ! </tr> ! <tr> ! <td>Sundar Balasubramanian</td> ! <td>Point Chart shapes in Legend</td> ! </tr> ! <tr> ! <td>Sandor Dornbush</td> ! <td>Various Legend Enhancements</td> ! </tr> </table> </section> *************** *** 52,63 **** <p></p> <table> ! <tr> ! <td>John Thompson *</td> ! <td>Code to wrap long titles rather than extend off the edge of the chart.</td> ! </tr> ! <tr> ! <td>Jason van Zyl</td> ! <td>The BSD style jCharts license.</td> ! </tr> </table> <p>* this is not a mispelling, these are two different people!</p> --- 56,67 ---- <p></p> <table> ! <tr> ! <td>John Thompson *</td> ! <td>Code to wrap long titles rather than extend off the edge of the chart.</td> ! </tr> ! <tr> ! <td>Jason van Zyl</td> ! <td>The BSD style jCharts license.</td> ! </tr> </table> <p>* this is not a mispelling, these are two different people!</p> *************** *** 68,72 **** <p>The jCharts team would like to thank everyone who has contributed to jCharts.</p> <p>These contributions take many forms: downloading the library, filling out feature requests, general comments, code submissions, etc...</p> ! </section> </body> </document> --- 72,76 ---- <p>The jCharts team would like to thank everyone who has contributed to jCharts.</p> <p>These contributions take many forms: downloading the library, filling out feature requests, general comments, code submissions, etc...</p> ! </section> </body> </document> |