can I apply jfreechart this way....

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
brynbstn

can I apply jfreechart this way....

Post by brynbstn » Wed Jul 07, 2004 11:07 pm

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

nicky
Posts: 44
Joined: Mon Apr 05, 2004 1:45 am
Location: Brisbane, Australia

Post by nicky » Wed Jul 07, 2004 11:17 pm

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?
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.

Sorry, I'm not sure for your first question.

HTH, Nicky

Locked