jfreechart-fse icon indicating copy to clipboard operation
jfreechart-fse copied to clipboard

JFreeChart - Future State Edition

Results 20 jfreechart-fse issues
Sort by recently updated
recently updated
newest added

Here are some patches for consideration. I am able to build as far back as Fedora 11 using standard packages (and some old 1.6 JRE from Sun/Oracle). The resources patch...

Sure hope I am using "Git" properly! Sorry for any mistakes I might make! :-> I would like to contribute to this project, so I cloned the repository, created a...

This will generate OSGi metadata so that jfreechart can be used in an OSGi environment as well. Changed packaging type to bundle = jar + OSGi metadata.

Hey In my company we have made quite a number of changes: **CategoryPlot can have fixed category size (2010)** This change was made using a patch found on the sourceforge...

While doing a comparison between baselines 1.0.17 and FSE (as of 30-Jan-2014), I noticed that several classes in 1.0.17 are using ParamChecks.nullNotPermitted to do null-checking, but the corresponding classes in...

XYStepRenderer allows setting step point (@see #setStepPoint()). for step charts. Similar method should be implemented for XYStepAreaRenderer.

Please consider the inclusion of this implementation of `AlignedDateAxis`: http://stackoverflow.com/a/13088514/205629

Adding the snippet below fixes the issue. XYDotRenderer.java public void drawItem(Graphics2D g2, XYItemRendererState state, Rectangle2D dataArea, PlotRenderingInfo info, XYPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, XYDataset dataset, int series, int item,...

SerialDate.DATE_FORMAT_SYMBOLS is initialized without locale, but junit test are written in English format. Therefore building project fails. Maybe looking forward to jdk8 (threeten) and replace own date API.

The shared axis length does not take into account the axisOffset, so the ticks are misaligned You can see this in the demos: Combined Axis Charts / CombinedCategoryPlotDemo1.java Combined Axis...