Advanced
Vertical Bar Graph, version 3.2
by Sirius Computer Consultants Limited
Servlet
Example 1
In this
example the servlet will acquire both the configuration
and graph data from text files.
The
configuration data is acquired from the text file barprops.txt
(click here to view)
and the graph data is acquired from the text file bardata.txt
(click here to view).
and
here is the HTML code,
<img
src="http://localhost:8080/servlet/VbarchartServlet?
config=http://www.jpowered.com/bar_graph/vbargraph/Examples/barprops.txt&
data=http://www.jpowered.com/bar_graph/vbargraph/Examples/bardata.txt"
width="450" height="420">