Demo

Demostration of Charts Applet.

Description

This applet takes a data file which is similar to the example from the link, and constructs a bar graph based on the information of the data file.

Usage/Parameters

dataFile The location of the data file.
labelSize The font size of the label displayed at the bottom.
numberSize The font size of the count displayed at the top of each bar.

Example

Here is an example of the HTML source code for embedding this applet:

    <applet archive="Chart.jar" code="Chart.class" width="625" height="200">    
        <param name="dataFile" value="file.dat"> 
        <param name="labelSize" value="9">    
        <param name="numberSize" value="14"> 
    </applet> 

Version Updates

None.

Download

Download this applet now. (source code included)