Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/samples
In directory sc8-pr-cvs1:/tmp/cvs-serv18144
Modified Files:
book.xml index.xml
Log Message:
added links to radar and pie3d, and denoted as cvs only
Index: book.xml
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/samples/book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** book.xml 9 Aug 2003 19:48:12 -0000 1.4
--- book.xml 16 Aug 2003 16:03:43 -0000 1.5
***************
*** 31,44 ****
<menu label="Pie Charts">
<menu-item label="2D Pie" href="pie.html"/>
! <menu-item label="3D Pie" href="pie3d.html"/>
</menu>
<menu label="Point Charts">
<menu-item label="Point Chart" href="point.html"/>
</menu>
! <menu label="XY Scatter Charts">
! <menu-item label="XY Chart" href="scatter.html"/>
</menu>
<menu label="Stock Charts">
<menu-item label="Hi/Low Open/Close" href="stock.html"/>
</menu>
</book>
--- 31,47 ----
<menu label="Pie Charts">
<menu-item label="2D Pie" href="pie.html"/>
! <menu-item label="3D Pie (CVS)" href="pie3d.html"/>
</menu>
<menu label="Point Charts">
<menu-item label="Point Chart" href="point.html"/>
</menu>
! <menu label="Radar Charts">
! <menu-item label="Radar Chart" href="radar.html"/>
</menu>
<menu label="Stock Charts">
<menu-item label="Hi/Low Open/Close" href="stock.html"/>
+ </menu>
+ <menu label="XY Scatter Charts">
+ <menu-item label="XY Chart" href="scatter.html"/>
</menu>
</book>
Index: index.xml
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/samples/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.xml 9 Aug 2003 19:48:12 -0000 1.3
--- index.xml 16 Aug 2003 16:03:44 -0000 1.4
***************
*** 12,16 ****
<section>
<title>Sample Charts</title>
! <p>The following pages contain some images of the charts possible with jcharts.</p>
<p/>
<ul>
--- 12,16 ----
<section>
<title>Sample Charts</title>
! <p>The following pages contain some images of the charts possible with jCharts.</p>
<p/>
<ul>
***************
*** 27,32 ****
<li>Line</li>
<li>Pie 2D</li>
! <li>Pie 3D</li>
<li>Point</li>
<li>XY Plot</li>
</ul>
--- 27,33 ----
<li>Line</li>
<li>Pie 2D</li>
! <li>Pie 3D (current CVS)</li>
<li>Point</li>
+ <li>Radar (current CVS)</li>
<li>XY Plot</li>
</ul>
|