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

Extensions for JFreeChart to support JavaFX client applications.

Results 15 jfreechart-fx issues
Sort by recently updated
recently updated
newest added

Scrolling up should zoom in, which is the default behaviour. This is also how it works with the Swing version of JFreeChart. I verified this on Windows and Mac that...

Hello @jfree , I realized that when I am constructing a new ChartViewer like the bellow: ` this.chartViewer = new ChartViewer(chart, false);` the context menu is still not disabled on...

These commits adapts jfreechart-fx for jfreechart 2.0.0-SNAPSHOT (master)

The crosshair overlay example was modified to appear in a pane defined in the FXML file. in the controller declared: // some code here// @FXML AnchorPane pane; // Blah-blah some...

Hello, can you paste or give me some example how use scrolling with javafx sliders with your ChartCanvas? Thanks for help!

It seems that `CrosshairOverlayFX` currently doesn't support `CombinedDomainXYPlot`. When you add it as an overlay (`viewer.canvas.addOverlay(crosshair)`) it will issue a NPE because it's unable to find a valid plot instance...

Hello, I'm using a spectrogram like plots that consists of XYZDataset with huge amount of processed data. view for example: ![изображение](https://user-images.githubusercontent.com/42047797/85743910-1e5b9e00-b70d-11ea-88fd-1703c1436e6c.png) x.lenght * y.length = 897 122 304‬ and each...

Hello, please upload your actual version 2.0-snapshot to nexus snapshot repository. It is still missing... org.jfree org.jfree.chart.fx 2.0-SNAPSHOT jar ossrh https://oss.sonatype.org/content/repositories/snapshots Thanks!

Hey, we noticed different behaviour of a chart placed in a swing or java fx node on at least two occasions: 1. A dataset of the same type increased its...

While clicking and draging the mouse works fine when the origin is a pont thats to the upper left to the destination, any other direction does not work, it does...