line graph

2D/3D Line Graph Documentation

[ Line Graph Home ] [ Tutorials ] [ Getting Started ] [ Examples & Demos ] [ Solutions ]

Documentation - JavaScript

In the applet form of the graph, any data item can be linked to a JavaScript function within the current page via the URL and target elements.

To instruct the graph applet to execute a JavaScript function upon a mouse click ( rather than URL ) the target element of the data item must be set to a value of "JavaScript".

The function to be executed should then be entered in the URL element of the data item.

In addition it is vital that "mayscript" is present in the applet tag e.g,

<applet code="LineGraphApplet.class" archive="Linegraph.jar" width="500" height="420" mayscript>

For an example of the graph applet executing a JavaScript function please click here.

« back to Documentation Index

« back to Getting Started

[ Line Graph Home ] [ Tutorials ] [ Getting Started ] [ Examples & Demos ] [ Solutions ]

Getting Started

Documentation

Examples

Tutorials

Common Problems
This section describes and provides solutions to common problems.

Line Graph Home