From: Nathaniel G. A. <nat...@us...> - 2004-06-06 15:29:16
|
Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/userGuide/pieCharts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21372/src/documentation/content/xdocs/userGuide/pieCharts Added Files: book.xml index.xml Log Message: --- NEW FILE: index.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <document> <header> <title>Pie Charts</title> </header> <body> <section> <title>Pie Charts</title> <p> This section covers the Pie Charting capabilities of jCharts. Most of the Pie Charts allow for the same type of properties, but we will cover each type anyhow. </p> </section> </body> </document> --- NEW FILE: book.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd"> <!-- $Id: book.xml,v 1.1 2004/06/06 15:29:06 nathaniel_auvil Exp $ --> <book software="jCharts" title="User Guide" copyright="@year@ The Krysalis Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Pie Charts"> <menu-item label="Index" href="index.html"/> <menu-item label="Normal 2D" href="normal2d/index.html"/> <menu-item label="Normal 3D" href="normal3d/index.html"/> <menu-item label="Back" href="../index.html"/> </menu> </book> |