jfreechart-fx
jfreechart-fx copied to clipboard
Extensions for JFreeChart to support JavaFX client applications.
You can test my code below ,after run maybe 5 mins data still run but the ui shutdown. ``` import javafx.application.Application; import javafx.scene.Scene; import javafx.stage.Stage; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import...
I am happy to see that there is a JavaFX wrapper for JFreeChart! After moving with my charting application from Swing to JavaFX i discovered that the `CrosshairOverlayFX` is delayed...
Hello, it's great to see offical JavaFX support in JFreeChart - thanks a lot! In my application I need to set a transparent background for the chart because the chart...
In Linux, the scroll event is sometimes issued with a `deltaY` of zero. From experience, this seems to occur as often as events including a `deltaY` value. The net effect...
While pursuing this [discussion](https://github.com/jfree/jfreechart/discussions/341), I encountered an unusual behavior with `FlowPlot` when invoking `setNodeColorSwatch()` with JavaFX. Using java 17.0.6, openjfx 17.0.2, jfreechart-1.5.4, org.jfree.chart.fx-2.0.1, org.jfree.fxgraphics2d-2.1.4 and the code below, I see...