jfxutils
jfxutils copied to clipboard
JavaFX Utilities - Zoom and Pan Charts and Pane Scaling
I extended the fxutils in my own application so that a double click would restore the original zooming (turn it all off). To do this I needed a MOUSE_CLICKED handler...
So far ChartPanManager and JFXChartUtil accept only MouseEvents. Any plans to support GestureEvents as well? I'd like to pan with two-finger drag and zoom with pinches.
Hi, I'm trying to get a column on the left side which changes accordingly to chart's zoom etc. I know there's already a grey background and white background changing with...
hi in my project, i need to only zoom x axis, but not y axis. its possible?
Using a LineChart with a String in either x or y axis will cause the ChartZoomManager to break. Exception in thread "JavaFX Application Thread" java.lang.ClassCastException: javafx.scene.chart.CategoryAxis cannot be cast to...