2D
/ 3D Pie Chart, version 3.2
by Sirius Computer Consultants Limited
Applet
Example 4
The
applet is setup here to read the configuration data from
a text file and the graph data from a server side process,
in this case a Java Servlet running on our web server.
and
here is the HTML code,
<applet
code="PiechartApplet.class" width="600"
height="420" archive="Piechart.jar">
<!--
Start Up Parameters -->
<PARAM name="LOADINGMESSAGE" value="Pie
Chart Loading - Please Wait.">
<PARAM name="STEXTCOLOR" value="0,0,100">
<!-- Message Text Color-->
<PARAM name="STARTUPCOLOR" value="200,225,255">
<!-- Applet Background color -->
<!--
Data files -->
<PARAM name="chartproperties" value="pieprops.txt">
<PARAM name="chartdata" value="http://www.jpowered.com/siriusjava/servlet/PieDataServlet">
</applet>