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
508
stars
94
forks
source link
Panning mouse filter cannot be changed in the `Zoomer` plugin #659
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.
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
.