Hello,
I have just started playing around with JFreeChart and it looks like a great library.
I am thinking about deploying it on my web server but I am wondering about scalability. Looking at XYDataset Interface, it seems that each data point on the chart requires at least one object. Therefore, if my chart has 100 data points, at least 100 objects will be created. Is this going to create a problem on serverside when lots of people request different charts?
Can someone who has deployed JFreeChart on serverside give me some insight? Thanks
anonp