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
Using JFreeChart with JSP's
-
- Posts: 2
- Joined: Mon Jul 12, 2010 7:53 am
- antibot: No, of course not.
Re: Using JFreeChart with JSP's
Generate a jpeg from the chart, and send as image content to the site, or show from a byte array.