JFreeChart 1.0.0-rc3

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

JFreeChart 1.0.0-rc3

Post by david.gilbert » Mon Nov 28, 2005 9:27 pm

A new release (1.0.0-rc3) has posted to fix a few of the problems reported for 1.0.0-rc2 (released on Friday last week). I'm still aiming to get 1.0.0 final out on Friday...
Last edited by david.gilbert on Fri Dec 02, 2005 4:17 pm, edited 1 time in total.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Guest

Post by Guest » Wed Nov 30, 2005 1:17 am

Hi Dave,

thanks! But note that the link on the jfreechart homepage, while labeled RC3, still points to the RC2 release on sourceforge

CU,
Stefan

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Nov 30, 2005 11:38 am

Thanks, I always miss something!
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

richard_atkinson
Posts: 115
Joined: Fri Mar 14, 2003 3:13 pm
Location: London, England
Contact:

More testing time?

Post by richard_atkinson » Thu Dec 01, 2005 7:51 pm

Dave,

Could we get some more time to finish testing before you release 1.0.0-FINAL? One week between the RC and the FINAL is not very long. I think there is a bug in the StackedXYAreaRenderer that is producing some strange results, but I have not been able to track it down yet.

Regards,
Richard...

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Dec 01, 2005 8:14 pm

I'm not so worried about bugs - JFreeChart won't ever be bug free and we can release 1.0.1 soon enough to fix a few of them. But freezing the API is well overdue so I'd like to get this 1.0.0 release out.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

anes

Post by anes » Fri Dec 02, 2005 8:55 am

please could U help me out with this

I downloaded jfreechart-1.0.0-rc3 file from internet it contains alsosome folders as well as jfreechart-1.0.0-rc3-demo.jar

in my code I have include api for jfeechart

import org.jfree.chart.axis.*;
import org.jfree.chart.plot.CategoryPlot;
import org.jfree.chart.plot.PlotOrientation;
import org.jfree.chart.renderer.category.BarRenderer;
import org.jfree.data.category.CategoryDataset;
import org.jfree.data.category.DefaultCategoryDataset;
import org.jfree.ui.ApplicationFrame;
import org.jfree.ui.RefineryUtilities;

but I do not know where to copy that jfreechart-1.0.0-rc3 folder I tried in
C:\Program Files\Java\jdk1.5.0_06\jre\lib\ext
where my enviremnt variable CLASSPATH is but it does not work my eclipse report error
PLEASE HELP

Jii
Posts: 128
Joined: Thu Apr 21, 2005 11:17 am

Post by Jii » Fri Dec 02, 2005 2:02 pm

I can't get it to compile because of the following things:

ChartPropertyEditPanel: line 201 uses JFreeChart.getOldLegend() which is not there.

StandardPieItemLabelGenerator doesn't implement the inherited abstract method public AttributedString generateAttributedSectionLabel(PieDataset dataset, Comparable key) from PieSectionLabelGenerator

ColorBarPropertyEditPanel: line 105 uses the constructor PaletteSample(ColorPalette) which is not there.

LegendPropertyEditPanel: lines 419, 422, 438 use getOldLegend and setOldLegend which are not there.

PlotPropertyEditPanel: lines 201, 202 use LineAndShapeRenderer.isLinesVisible() which is not there,
line 210 uses StandardXYItemRenderer.getPlotShapes() which is not there and line 671 uses StandardXYItemRenderer.setPlotShapes() which is not there.


Have i messed something up on this end? I'm trying to compile the source in jfreechart-1.0.0-rc3.zip using jcommon-1.0.0.jar.


edit: On an unrelated note, this forum software often exhibits a bug where pushing "submit" on the message page takes you to the preview of the message and doesn't submit.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Dec 02, 2005 2:11 pm

Jii wrote:Have i messed something up on this end? I'm trying to compile the source in jfreechart-1.0.0-rc3.zip using jcommon-1.0.0.jar
Sounds like it. All the *EditPanel classes have been moved and renamed in the 1.0.0-rc3 release. I put them behind a minimal API in the org.jfree.chart.editor package which will allow me to do further work on the property editors without having to worry about the public API changing. That's the plan anyway.
Jii wrote:edit: On an unrelated note, this forum software often exhibits a bug where pushing "submit" on the message page takes you to the preview of the message and doesn't submit.
I've seen this too. I expect it will get fixed in the next release of phpBB2, but I haven't had time to check if a bug report has been filed yet.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Guest

Post by Guest » Fri Feb 24, 2006 2:00 am

crap

Locked