Search found 4 matches

by cozytom
Thu Dec 14, 2006 6:10 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Newest Release

cagatay,

It looks like you have done some fixes, since the RC1, in June. Do you have a newer release?

Thanks
by cozytom
Mon Jul 03, 2006 11:04 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Feeping Creatures

Before RC2 (or 3?) would it be possible to add a start and end range for XYarea charts. In chartlet.java, createChartWithXYDataSet() add a: XYPlot plot = (XYPlot) chart.getPlot(); NumberAxis yAxis = (NumberAxis)plot.getRangeAxis(); yAxis.setLowerBound(lowerBound); yAxis.setUpperBound(upperBound); Si...
by cozytom
Mon Jul 03, 2006 10:03 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

Changing Y range?

Is there a way to get at the Plot for the chart, or other way to change the range? (get the dataset change event, or other way?).

I have an XY dataset that goes from 80000 to 175000, and it looks really funny with nothing below 80000.

Thanks
by cozytom
Fri Jun 30, 2006 7:48 pm
Forum: JFreeChart
Topic: JSF Chart Creator Component Based on JFreeChart
Replies: 96
Views: 225655

RC1 mostly works

I was able to get the RC1 working. The things I had to do: - Clean up the old 1.1.0 jar files from the webapps dir. - Get the new jfreechart-1.1 and jcommons-1.X (I got 5, maybe 1.1 would work - remove the chart from web.xml. The example won't work. It says background="gray", but ChartUtils.java has...