Note:
For the purposes of demonstration this servlet
implementation assumes that the Bar Graph Servlet
has been implemented on the local machine under
the JSDK Servlet engine. It is vital that "ServletRunner"
is in operation when this page is viewed. For
further information on this please see:-
Documentation
- Implementing Servlet
|
Method Outline
The configuration parameters and chart data are
supplied via two text files (bardata.txt and barprops.txt).
Settings Summary
- Data acquired from the file bardataS2D.txt
- Properties acquired from the file barpropsS3D.txt
- 3D Graphing Mode set
- Single set of data to produce a single bar
- All bars set to link to
http://www. jpowered.com
- Link cursor set to 'hand'.
|
How the Chart was created.
The above chart was inserted into the page with
the HTML Code contained in the file,
servlet-single-3D-bar-graph.txt
(click to view).
The chart properties are read from the file,
barpropsS3D.txt (click
to view)
The chart data is read from the file,
bardataS2D.txt (click
to view)
|
Further Information
For a full explanation of each parameter see the
"Configuration
Options" section of the Documentation.
|