charts icon indicating copy to clipboard operation
charts copied to clipboard

Zoom support

Open thhart opened this issue 8 years ago • 4 comments

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?

thhart avatar Jan 23 '18 10:01 thhart

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.

antoine-guillou avatar Jan 23 '18 10:01 antoine-guillou

Well it's definitely possible but I have to find time to implement it. The question is in which charts it will be needed?

HanSolo avatar Jan 25 '18 03:01 HanSolo

Personally I am interested in zooming for all line chart types with a time based X-Axis.

thhart avatar Feb 12 '18 09:02 thhart

Maybe this can be implemented using JavaFX Chart Zooming

mardukbp avatar Aug 23 '18 16:08 mardukbp