We have
built in many configurable features and functions to both
the applet and servlet and as such, this documentation is
designed to give both a full understanding of every feature
and enable you to implement both the applet and servlet
quickly and easily. We have also provided a series of examples
which give an overview of the variety of implementations
possible
(To view the examples click
here.)
We have
provided the pie chart in both applet and servlet
form in order to provide the widest variety of implementations
and circumstances. The applet will provide interactive features
( mouse over & mouse click events and javascript interaction
), whilst the servlet provides the most dependable solution
where printing is a consideration.
To begin, we suggest reading through and then following
the instructions contained in the 2 sections,
Implementing
Describes which files are required, where to place them
and how to embed the chart within your web pages.
Data and Configuration
Describes how to modify the various options to produce
the a pie graph with your data.
The remaining sections discuss various enhanced options
and functionality and give a full understanding of every
possible configuration option.
Graph Printing
This section discusses the various options available if
printing the graph images is important for your implementation
JavaScript
Describes how the Applet version can be used to interact
with embedded Javascript
Applet or Servlet
A discussion designed to help you decide whether to use
the Applet (client) or Servlet(server side) form of the
graph.
Parameters & Options
The full range of possible configuration options is detailed
in this section
Multi Language
Support