2D
/ 3D Pie Chart, version 3.2
by Sirius Computer Consultants Limited
Applet
Example 3
In this
example the applet will acquire both the configuration and
graph data from text files.
The
configuration data is acquired from the text file pieprops.txt
(click here to view)
and the graph data is acquired from the text file piedata.txt
(click here to view).
and
here is the HTML code,
<applet
code="PiechartApplet.class" width="600"
height="420" archive="Piechart.jar">
<!--
Data files -->
<PARAM name="chartdata" value="piedata.txt">
<PARAM name="chartproperties" value="pieprops.txt">
<!--
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 -->
</applet>