Share

JFreeChart

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-12-09 svn co https://jfreechart.svn.sourceforge.net/svnroot/jfreechart jfreechart

browse code, statistics cvs -d:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart login

cvs -z3 -d:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart co -P modulename

Show:

What's happening?

  • Comment: Annotation and marker extensions

    New archive with changes for some of the patched files: XYPlot.getRangeMarkers(Layer layer) now calls XYPlot.getRangeMarkers(int index, Layer layer) using the value -1 for the index. A MarkerEntity now holds a reference to the axis against which the marker was drawn, i. e. a CategoryAxis for a CategoryMarker and a ValueAxis for an AbstractValueMarker.

    2010-01-03 09:52:31 UTC by paradoxoff

  • Support grid band sizes as doubles instead of ints

    Currently, bands on an XYPlot must be between integer values (for instance from 1 to 5). Please, add support for non-integer bands (for instance from 1.5 to 3.24).

    2009-12-29 14:07:46 UTC by krhansen

  • Comment: jfreechart-demo-collection launch

    or a little more tersely: .

    2009-12-26 19:04:39 UTC by brutzman

  • Comment: jfreechart-demo-collection launch

    Suggested solution, tested satisfactorily: .

    2009-12-26 18:49:07 UTC by brutzman

  • jfreechart-demo-collection launch

    recommend adding a task for launching jfreechart-demo-collection within build.xml to simplify running demos when using an IDE.

    2009-12-26 18:47:22 UTC by brutzman

  • jfreechart-demo-collection launch

    recommend adding a task for launching jfreechart-demo-collection within build.xml to simplify running demos when using an IDE.

    2009-12-26 18:32:01 UTC by brutzman

  • Method not found

    In the demo LineChartDemo7.class, LineandShapeRenderer setSeriesLineVisible(Int,Boolean) method is not found in the library 1.0.13. So clarify me whether this method is in 1.0.13 or not. I would appreciate if you can inform me how to get this method in CreateLineChart.

    2009-12-16 13:46:47 UTC by krisnendu

  • clone function does not call super.clone()

    Two instances there are clone methods that do not call the super.clone() method. In: org.jfree.chart.urls.CustomPieURLGenerator.clone() org.jfree.data.time.TimePeriodValues.clone() This non-final class defines a clone() method that does not call super.clone(). If this class ("A") is extended by a subclass ("B"), and the subclass B calls super.clone(), then it is likely that B's clone()

    2009-12-15 02:39:12 UTC by kel22

  • JFreeChart

    mungady committed revision 2262 to the JFreeChart SVN repository, changing 1 files.

    2009-12-09 20:27:36 UTC by mungady

  • JFreeChart

    mungady committed revision 2261 to the JFreeChart SVN repository, changing 5 files.

    2009-12-09 20:26:52 UTC by mungady

Our Numbers