Graphs and Charts Applet Tutorial | |
[ Home ] [ Products ] [ Downloads ] [ Purchase ] [ Support ] [ About Us ] |
Graphs and Charts Package - For this tutorial you will need the Advanced Graph and Chart package. If you haven't already done so then you should first download the software here. |
This method adds the graphing applet to a web page with the data supplied via HTML PARAM tags. When a visitor views the page the graph will read the data from the HTML PARAM tags and dynamically produce the graph image. |
The graph is added to the page with standard HTML <APPLET> and <PARAM> tags. |
Step 1 - Add the applet HTML code to your web page Copy & Past the following HTML into your Web Page, Adjust the "width" and "height" element of the applet tag to specify the size (in pixels) of the desired graph display. |
Step 2 - Set up the Configuration data. Add the following <PARAM> tags to your HTML between the <APPLET> and </APPLET> tag added in step 1. Adjust the values to create the line graph style you require. For a full description of each property please see the following section in the Documentation, "Line Graph Parameter Reference" |
Step 3 - Add in the Line Graph data Add the data <PARAM> tags (below) between the <APPLET> and </APPLET> tag. Any number of data points and series of data may be added. The above example will generate three lines on the graph each with 6 data points. For the full explanation of the dataNseriesM parameter please see:- Graph Data Definitions |
Step 4 - Upload the jar file to your web server. The final step is to place the Linegraph.jar file in the same directory as your web page. A copy of the Linegraph.jar file may be found in the ./AppletFiles/ directory of the downloaded package. The Graphs and Charts Package can be downloaded here The jar file contains the compiled Java code (software) which produces the graph image at page view time. |
If it any stage you require help, advice or simply have a general enquiry then please feel free to contact us. Contact Support here |
Documentation |
Demos and Examples |
Custom Solutions Center
If would like us to perform the set-up process, create custom built data scripts or help with any other part of your web application then we are pleased to offer you the following services:-
|