Using JFreeChart with JSP's

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
girishprabhakar82
Posts: 2
Joined: Mon Jul 12, 2010 7:53 am
antibot: No, of course not.

Using JFreeChart with JSP's

Post by girishprabhakar82 » Tue Jul 13, 2010 8:23 am

Hi All,

I want to add a chart to JSP. I have seen the code on net, but that only shows the chart on the JSP and nothing else.
I want to the JSP to not only show the chart but also show other information (content) along with chart.

Can anyone please guide me how to do this.

Thanks in advance
Girish

nemesi8s
Posts: 5
Joined: Mon Jun 28, 2010 3:16 pm
antibot: No, of course not.

Re: Using JFreeChart with JSP's

Post by nemesi8s » Tue Jul 13, 2010 11:31 am

Generate a jpeg from the chart, and send as image content to the site, or show from a byte array.

Locked