From: <nat...@us...> - 2003-10-15 03:24:42
|
Update of /cvsroot/jcharts/jCharts/jCharts0.7/docs In directory sc8-pr-cvs1:/tmp/cvs-serv27938 Modified Files: README.html Log Message: line and point charts are no longer rendered starting at the y-axis Index: README.html =================================================================== RCS file: /cvsroot/jcharts/jCharts/jCharts0.7/docs/README.html,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** README.html 29 Jun 2003 13:30:58 -0000 1.19 --- README.html 15 Oct 2003 03:24:38 -0000 1.20 *************** *** 7,11 **** <html> <head> ! <title>jCharts - 0.7.4</title> </head> --- 7,11 ---- <html> <head> ! <title>jCharts - 0.7.5</title> </head> *************** *** 35,39 **** </TD> <TD ALIGN="right" BGCOLOR="#C0C0C0" STYLE="border-bottom: 1px solid Black;"> ! <DIV STYLE="font: bold 12pt Arial Narrow;">Release 0.7.4</DIV> </TD> </TR> --- 35,39 ---- </TD> <TD ALIGN="right" BGCOLOR="#C0C0C0" STYLE="border-bottom: 1px solid Black;"> ! <DIV STYLE="font: bold 12pt Arial Narrow;">Release 0.7.5</DIV> </TD> </TR> *************** *** 44,56 **** <table WIDTH="98%" CELLSPACING="0" CELLPADDING="5" align="center" class="OUTER_TABLE"> <tr> ! <td bgcolor="#ECEAFF" style="border-bottom: 1px solid Black; font-weight: bold;">jCharts 0.7.4</td> </tr> <tr> <td valign="top"> ! <p>Welcome to the 0.7.4 release of jCharts!</p> <p>Please be aware, there have been significant changes in the Properties model in this Release, and some minor tweaks to the data interfaces. You CAN NOT simply replace the 0.6 jar with the 0.7 jar and have your chart work. Please consult the java docs, examples, test framework, and User Guide for the changes.</p> <p>Do NOT be alarmed, as the changes will **NOT** require a complete rewrite of your code.</p> ! <p>jCharts 0.7.4 **REQUIRES** the JDK 1.4.x for the PNG and JPEG encoders to work, however, legacy support is provided via the JPEGEncoder13 class</p> <br/> </td> --- 44,56 ---- <table WIDTH="98%" CELLSPACING="0" CELLPADDING="5" align="center" class="OUTER_TABLE"> <tr> ! <td bgcolor="#ECEAFF" style="border-bottom: 1px solid Black; font-weight: bold;">jCharts 0.7.5</td> </tr> <tr> <td valign="top"> ! <p>Welcome to the 0.7.5 release of jCharts!</p> <p>Please be aware, there have been significant changes in the Properties model in this Release, and some minor tweaks to the data interfaces. You CAN NOT simply replace the 0.6 jar with the 0.7 jar and have your chart work. Please consult the java docs, examples, test framework, and User Guide for the changes.</p> <p>Do NOT be alarmed, as the changes will **NOT** require a complete rewrite of your code.</p> ! <p>jCharts 0.7.5 **REQUIRES** the JDK 1.4.x for the PNG and JPEG encoders to work, however, legacy support is provided via the JPEGEncoder13 class</p> <br/> </td> *************** *** 67,71 **** <td valign="top"> <pre> ! jCharts0.7.4 +--build --build.xml - ant build script --- 67,71 ---- <td valign="top"> <pre> ! jCharts0.7.5 +--build --build.xml - ant build script *************** *** 79,83 **** +--lib - Apache XML Batik libraries needed for encoding to SVG +--src - all of the source code ! --jCharts-0.7.4.jar - the jCharts compiled code base --jChartsExampleServlets.war - demo web archive. Put it in your Servlet container's 'webapps' directory </pre> --- 79,83 ---- +--lib - Apache XML Batik libraries needed for encoding to SVG +--src - all of the source code ! --jCharts-0.7.5.jar - the jCharts compiled code base --jChartsExampleServlets.war - demo web archive. Put it in your Servlet container's 'webapps' directory </pre> *************** *** 86,89 **** --- 86,104 ---- </table> <br/> + + + <table width="98%" border="0" cellspacing="0" cellpadding="3" align="center" bordercolor="Black" class="OUTER_TABLE"> + <tr> + <td bgcolor="#CAFFC4" style="border-bottom: 1px solid Black; font-weight: bold;">0.7.5</td> + </tr> + <tr> + <td valign="top"> + * Line and Point charts no longer start their plots at the y-axis. + </td> + </tr> + </table> + <br/> + + <table width="98%" border="0" cellspacing="0" cellpadding="3" align="center" bordercolor="Black" class="OUTER_TABLE"> |