ChartMaker


Get yourself a java-enabled browser.

ChartMaker Applet makes pie charts, bar charts, and line charts via JavaScript.

Author's Notes:
ChartMaker requires some JavaScript knowledge on the part of webmasters who wish to use it. JavaScript allows greater flexibility for updating the charts in the event the underlying data should change.

An example of each type of chart is set up at my website using the quarterly profits of a few fictional corporations.

How To Use:

  • Download chartmaker.zip (24 KB)
  • Unzip with a compression utility.

    Java Source: unavailable

    Sample HTML Source:

    <applet name="ChartMakerLineExample" 
    	code="ChartMaker.class" 
    	height="250" 
    	width = "400" 
    	archive="ChartMaker.jar">
    <param name="LegendFontName" value="helvetica">
    <param name="LegendFontStyle" value="plain">
    <param name="LegendFontSize" value="14">
    <param name="BGColor" value = "f0f0f0">
    <param name="Title" 
    	value="Corporation Profits Comparison by Quarter (Line Chart)">
    <param name="ShowBorder" value="true">
    <param name="FGColor" value="0f0f0f">
    <param name="ChartType" value ="line">
    <param name="ChartFont" value="courier">
    <param name="ChartFontSize" value="10">
    
    Get yourself a java-enabled browser.
    </applet>
    
    

    Status: Free

    Author: Mark Ganson

    Homepage: http://www.bigfoot.com/~java4free

    Upload Date: July 12, 2000


    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.