You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a feature that makes moveOnMouseWheel, moveOnMouseMove, zoomOnMouseWheel of 'dataZoom-inside' items be triggered only when function keys are not pressed.
@BSPR0002 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
[Feature] Add an option to the dataZoom-inside configuration item to trigger only when the function key is not pressed
BODY
What problem does this feature solve?
If the moveOnMouseWheel, moveOnMouseMove, and zoomOnMouseWheel options of the dataZoom-inside configuration item are set to true, they will still be triggered when ctrl, shift, or alt are pressed, causing conflicts with other mouse operations configured with specific function keys.
What does the proposed API look like?
Would like to add options to moveOnMouseWheel, moveOnMouseMove, zoomOnMouseWheel that only trigger when the function key is not pressed, for example:
keyboard topic discussed already - #14706, #18585
A chart can be controlled by keys, but first it needs focus - Demo
📌 please close issue if problem solved.
What problem does this feature solve?
希望为 moveOnMouseWheel、moveOnMouseMove、zoomOnMouseWheel 添加仅在未按下功能键时触发的选项。
dataZoom-inside 配置项的 moveOnMouseWheel、moveOnMouseMove、zoomOnMouseWheel 选项如果设置为了 true,在按下 ctrl、shift、alt 时仍会触发,导致与其他配置了特定功能键的鼠标操作冲突。
I want a feature that makes
moveOnMouseWheel
,moveOnMouseMove
,zoomOnMouseWheel
of 'dataZoom-inside' items be triggered only when function keys are not pressed.What does the proposed API look like?
The text was updated successfully, but these errors were encountered: