fair-acc / chart-fx

A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
GNU Lesser General Public License v3.0
488 stars 90 forks source link

Panning mouse filter cannot be changed in the `Zoomer` plugin #659

Closed ToniMarc1990 closed 4 months ago

ToniMarc1990 commented 4 months ago

Describe the bug Unlike the zoom mouse filters, the filter for panning (pressed middle mouse button) cannot be changed. There is no way to change or configure that other than copying the code into my own class and modify it.

It would be good and consistent if that mouse filter can be set. Generally this should apply for all standard Plugins.

ToniMarc1990 commented 4 months ago

It look like that https://github.com/fair-acc/chart-fx/pull/631 already addressed this (although it's not in the latest release).