Two questions actually:
1) Can jfreechart generate supply curve charts, ie where the x-axis columns are variable width, just as y-axis columns are variable height.(?)
2) Can jfreechart be used to display a chart within an html page. I'm in an ASP-based site, and some data is generated and stored somewhere, and then I want to point jfreechart at this data and have it display a chart within the site... is that possible? What kind of datasources can jfreechart connect to?
Thx Bryan
can I apply jfreechart this way....
I'm currently doing this now. While i'm using JSP, i'm not using tags. I'm just calling a java file that I have created, this then generates a chart image and places the image in a folder on the server. The image is then picked up from that folder and inserted like a usual image on a static html page.Can jfreechart be used to display a chart within an html page. I'm in an ASP-based site, and some data is generated and stored somewhere, and then I want to point jfreechart at this data and have it display a chart within the site... is that possible? What kind of datasources can jfreechart connect to?
Sorry, I'm not sure for your first question.
HTH, Nicky