How to disable mouse events for LineSeries?
Unsolved
QML and Qt Quick
-
My program runs on an embedded device with very low configuration and needs to display a large number of data points, approximately 1000. When my mouse moves over the curve, it causes severe lag. Through my analysis, this may be related to the mouse event responses of LineSeries.
Therefore, I need to find a way to disable the mouse events of LineSeries, but I have consulted the official documentation and usage cases, and there is no mention of how to disable the mouse events for LineSeries."