Advanced
Line 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 lineprops.txt
(click here to view)
and the graph data is acquired from the text file linedata.txt
(click here to view).
and
here is the HTML code,
<img
src="http://localhost:8080/servlet/LineGraphServlet?
config=http://www.jpowered.com/line_graph/Examples/lineprops.txt&
data=http://www.jpowered.com/line_graph/Examples/linedata.txt"
width="500" height="420">