javafx-dataviewer-wrapper icon indicating copy to clipboard operation
javafx-dataviewer-wrapper copied to clipboard

📊 Exposing charts from Java to JavaFX and the Web!

Results 6 javafx-dataviewer-wrapper issues
Sort by recently updated
recently updated
newest added

it will nice to add link too jitpack of project for saving some user time . i spend 30 minutes while i found where was library published. [jitpack](https://jitpack.io/#jasrodis/javafx-dataviewer-wrapper/Tag ) It...

Hi, I downloaded the exmaple project, and running it with Maven on Java8. In the browser the plots are shown properly, but in the application itself I see blank plots...

Can we also download the plot generated. If so how?

CVE-2017-7658 More information high severity Vulnerable versions: > 9.2.0, < 9.2.25.v20180606 Patched version: 9.2.25.v20180606 In Eclipse Jetty Server, versions 9.2.x and older, 9.3.x (all non HTTP/1.x configurations), and 9.4.x (all...

I am attempting to use the barTrace in my project and no matter what I try, the first bar never gets drawn on the screen. The screenshot examples seem to...

I'm using the JavaFxDataViewer in my TornadoFX (kotlin project). It seems that when I close the window, the server is still running. I added: `override fun onUndock() { ChartServiceServer.getInstance().server.stop() }`...