-
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
-
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
-
or a little more tersely:
.
2009-12-26 19:04:39 UTC by brutzman
-
Suggested solution, tested satisfactorily:
.
2009-12-26 18:49:07 UTC by brutzman
-
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
-
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
-
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
-
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
-
mungady committed revision 2262 to the JFreeChart SVN repository, changing 1 files.
2009-12-09 20:27:36 UTC by mungady
-
mungady committed revision 2261 to the JFreeChart SVN repository, changing 5 files.
2009-12-09 20:26:52 UTC by mungady