trashgod
trashgod
Here's my [thoughts](https://stackoverflow.com/a/21816284/230513) on the guide. I'm not aware that its purchase affords of any level of support.
Using this [example](https://stackoverflow.com/a/11895709/230513), I am unable reproduce this result with v1.5.3 or v1.5.4. As you encounter the problem only "sometimes" and [`subplotAreas`](https://github.com/jfree/jfreechart/blob/master/src/main/java/org/jfree/chart/plot/CombinedDomainXYPlot.java#L85) changes dynamically during rendering, I'd look at possible...
@coreagile : Pending a merge by the owner, anyone can clone [JRobes'](https://github.com/JRobes) JFreeChart fork, found [here](https://github.com/JRobes/jfreechart), and test it as shown [here](https://github.com/jfree/jfreechart/pull/286#issuecomment-1159036823). @JRobes : I haven't had a chance to...
See also [_Migration_](https://github.com/jfree/jfreechart#migration).
> Right clicking a chart and selecting "save as ... png" I got this error msg : "java.lang.NoClassDefFoundError: org/jfree/chart/ChartUtilities". (Jfreechart vers. 1.5.4, maven dependency) I can't reproduce this using `jfreechart-1.5.4`...
Yes, the files have identical checksums. Did any older version(s) turn up on the classpath? You might search for errant JARs in the directories found in the system property `java.library.path`...
In the master branch, much Swing support has moved to `org.jfree.chart.swing`, but `javax.swing.event.EventListenerList` is foundational. As this goes back to at least 2002, I'm curious to know if headless mode...
In this case, the panel's UI delegate relies on the `UIManager` default to meet it painting burden, outlined [here](http://www.oracle.com/technetwork/java/painting-140037.html#props) and [here](https://docs.oracle.com/javase/8/docs/api/javax/swing/JComponent.html#paintComponent-java.awt.Graphics-). As headless mode is a decades old feature, largely...
If I understand correctly, `` is a `javafx:run` option, which appears to work as expected. It looks like you can pass the same command-line parameters to the launcher via the...
To publish your work stemming from discussion #360, you can fork the project, modify a branch and submit a pull request. See [_Collaborating with pull requests_](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests) for details. I'd hoped...