Search found 3 matches

by emdlc
Tue Nov 04, 2003 11:24 pm
Forum: JFreeChart
Topic: Displaying Charts
Replies: 2
Views: 3637

Additionally for multiple

Use the
ChartUtilities.writeChartAsJPEG(out, chart, getWidth(), getHeight());
in a servlet or JSP that handles displaying each chart.

Inside another JSP or servlet, have it contain an <IMG> tag for each chart that calls the JSP.
by emdlc
Tue Nov 04, 2003 11:23 pm
Forum: JFreeChart
Topic: Displaying Charts
Replies: 2
Views: 3637

Use a built in method that does this for you

ChartUtilities.writeChartAsJPEG(out, chart, width, height);
by emdlc
Tue Nov 04, 2003 11:17 pm
Forum: JFreeChart
Topic: org.jfree.ui.Drawable does not exist
Replies: 3
Views: 4169

jcommons.jar

That class should be in the jcommons.jar which it should find if your classpath is correct. Determining that depends on your setup.