Hi
What are the various options available to display dynamic graphs / charts in webpages?
Applets are one way to do it.
Another way is to generate image files in
Servlets and display that image in HTML pages.
Are there any other way(s) to acheive this.
What are the advantages & dis-advantages of the various approachs?
If the graphs can provide drill-down features, it will be an added advantage
Thanks in advance.