Hi,
I want to build a time-series chart based on user's request,
so I've created a html form which then calls the servlet to get the data from the database. The servlet then output the corresponding PNG image.
It works fine for me up to this point,
but because there are numerous data in my db, so I want the servlet to output the chart in an applet with the horizontal scrollers.
Is it possible to do so ?
or is there another way to do instead of using an applet ?
Please give me some advice in either way.
Much Thanks again
Artemis