From: <nat...@us...> - 2003-08-16 20:46:46
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/samples In directory sc8-pr-cvs1:/tmp/cvs-serv24816 Modified Files: pie3d.xml Log Message: added solid pie 3d Index: pie3d.xml =================================================================== RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/samples/pie3d.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pie3d.xml 16 Aug 2003 16:03:20 -0000 1.2 --- pie3d.xml 16 Aug 2003 20:46:43 -0000 1.3 *************** *** 11,19 **** <body> <section> ! <title>Pie 3D - No Legend</title> <p> <img src="images/samples/pie3d/pie3d.png" alt="Pie Chart 3d"/> </p> </section> </body> </document> --- 11,26 ---- <body> <section> ! <title>Pie 3D - Transparent</title> <p> <img src="images/samples/pie3d/pie3d.png" alt="Pie Chart 3d"/> </p> </section> + <section> + <title>Pie 3D - Solid</title> + <p> + <img src="images/samples/pie3d/pie3dSolid.png" alt="Pie Chart 3d Solid"/> + </p> + </section> + </body> </document> |