Zoom support
Are there any plans to support zooming with mouse? I know this can be very complex in detail but probably it can be extended in steps? I have an idea to realize this with a zoom-able data filter, do you think this could be a working approach?
FYI I am using the library https://github.com/gillius/jfxutils which works pretty well with classic LineCharts. I have no clue if it can be adapted to this project or if it's wise to do it this way.
Well it's definitely possible but I have to find time to implement it. The question is in which charts it will be needed?
Personally I am interested in zooming for all line chart types with a time based X-Axis.
Maybe this can be implemented using JavaFX Chart Zooming