Displaying dynamic charts in Web pages - TechRepublic
General discussion
August 19, 2001 at 08:52 PM
enforcer

Displaying dynamic charts in Web pages

by enforcer . Updated 24 years, 5 months ago

What is the preferred way to include charts/graphs, generated dynamically, in web pages?

A user enters data in a web page (eg. an applet in a JSP page). This data is then combined with data in the server’s database, and an Excel-like chart is to be produced in a response page (along with other content).

The server may be implemented on either Linux or Windows, so Excel or StarOffice can be used to create the charts.

This discussion is locked

All Comments