line graph

2D/3D Line Graph - Tutorials

[ Line Graph Home ] [ Getting Started ] [ Documentation ] [ Examples & Demo's ] [ Solutions ]

Quick Start Tutorials - Supplying Data via HTML Param Tags

Method Outline
This method involves incorporating the graphing applet into your web page and supplying the data via HTML PARAM tags.

Implementation
This method involves the following 4 steps,

  1. Add the applet html code to your web page
  2. Set up the Configuration data
  3. Set up the Line Graph data
  4. Upload the jar file to your web server


Step 1 - Add the applet html code to your web page

Copy & Past the following HTML into your Web Page, where you wish the line graph to appear,

Adjusting the "width" and "height" element of this applet tag to specify the size (in pixels) of the desired graph display.

^^ back to top


Step 2 - Set up the Configuration data.


Simply add the <PARAM> tags, contained in the paramtags.txt file
(click here), to your html between the <APPLET> and </APPLET> tag.

Adjust the values of these tags to create the line graph style you require.

For a full description of each property please see the following section in the Documentation,
"Configuration Options and Parameters".

 

^^ back to top


Step 3 - Set up the Line Graph data


Simply add the <PARAM> tags, contained in the dataparamtags.txt file (click here), to your html between the <APPLET> and </APPLET> tag.

Adjust the values to specify the data for the line graph.

 

^^ back to top


Step 4 - Upload the jar file to your web server.

The final step is to simply to place the Linegraph.jar file in the same directory as your web page.

 

^^ back to top

 

If you experience any difficulties implementing then please do not hesitate to contact us at,
support@jpowered.com

 

<< back to Tutorial Index

<< back to Getting Started

[ Line Graph Home ] [ Getting Started ] [ Documentation ] [ Examples & Demo's ] [ Solutions ]

 

Getting Started

Tutorials

Documentation

Examples

Common Problems

Line Graph Home