Advanced
Vertical Bar Graph, 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 barprops.txt
(click here to view)
and the graph data is acquired from the text file bardata.txt
(click here to view).
and
here is the HTML code,
<applet
code="VbarchartApplet.class" archive="Vbargraph.jar"
width="500" height="420">
<!--
Start Up Parameters -->
<PARAM name="LOADINGMESSAGE" value="Column
Chart Loading - Please Wait."> <!-- Message to
be displayed on Startup -->
<PARAM name="STEXTCOLOR" value="0,0,100">
<!-- Message Text Color-->
<PARAM name="STARTUPCOLOR" value="255,255,255">
<!-- Applet Background color -->
<!--
Data files -->
<PARAM name="chartproperties" value="barprops.txt">
<PARAM name="chartdata" value="bardata.txt">
</applet>