Charts distorted

Discussion about JFreeChart related to stockmarket charts.
Locked
rvedhamurthy
Posts: 1
Joined: Fri Dec 19, 2008 10:58 am

Charts distorted

Post by rvedhamurthy » Fri Dec 19, 2008 11:09 am

Hi, am trying to display multiple charts on a single web page. connecting oracle from Jsp, i get the data and with that data, i'm trying to create a timeseries chart. Using createBufferedImage, am trying to create a buffered image and i set that image in the session. And i call a servlet (as below) which will get the session info and print a image.
<img src="/DisplayChart?id=1></img>

I'm getting the desired output when, i run this jsp.

But, in another jsp, if i use 3 iframes and call the above jsp to display 3 different charts, i'm getting the chart info distorted. The data of the charts getting displayed are scrambled.

Kindly help with this.

I tried to remove the session saving and retrieving part and storing it physically. But, still, when called inside iframe, the chart data gets scrambled. so, the issue is not with saving it in the session.

Kindly help me..
Thanks.

Locked