How do I properly add a MouseHandler to my JFreeChart-FX to drag the chart from left to right
问题 I managed to create a Candlestick Chart using JFreeChart-FX and display it using the fxgraphics2d API. But I am pretty much confused on how to enable any interaction with my chart and need some help to this. I'd be very grateful for any help in the right direction. I started with this example to get up my initial Chart and altered it so that it uses my data. Then I use a custom Canvas , which utilizes fxgraphics2d to make the JPanel component accessable as a node for my JavaFX applicaiton. So