LIne chart in a html page?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
northstar

LIne chart in a html page?

Post by northstar » Wed Aug 29, 2001 2:59 am

Hi,

I am currently trying to plot a line chart onto a html page using JSP. Therefore, instead of displaying it using a applet, I have tried to extend from the demo in the jfreechart-0.5.6 but I could not get it to display on the html page. May I know the specific steps to doing this as I am new to all these.

Thanks a lot in advance...

Regards,
northstar

Guy Rouillier

RE: LIne chart in a html page?

Post by Guy Rouillier » Tue Oct 30, 2001 2:54 am

Typically, you will save the chart to a file (jpeg) and then provide an href on the page to the file you just created. You can bypass the file if the only thing you want on the page is the chart, but typically you will want stuff (headings, other links) around it.

I have a sample of how to do this in a JSP page, but David appears not to have had time to post it.

Locked