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
Expected behavior: When using a track pad to scroll I can move the heatmap to the left and right depending on what I have set up for my track pad.
Actual behavior: If i scroll on a track pad when my fingers staying on the track pad, the heatmap moves back and forth and does not scrolll in the direction that I expect
Screen.Recording.2023-06-21.at.1.22.02.PM.mov
The text was updated successfully, but these errors were encountered:
This issue is related to Echarts, and I'm currently awaiting the merge of this PR. Because Echarts does not properly support touchpad panning, I had to disable the default touchpad panning and set a condition on mouse-wheel scrolling:
By default, up and down scrolling causes the heatmap to scroll vertically.
Holding shift and scrolling up and down scrolls the heatmap horizontally.
The catch is that while scrolling up and down, there are no issues, however, scrolling left and right on the touchpad does not work properly. So, on the touchpad, only scroll up and down, never to the sides.
Expected behavior: When using a track pad to scroll I can move the heatmap to the left and right depending on what I have set up for my track pad.
Actual behavior: If i scroll on a track pad when my fingers staying on the track pad, the heatmap moves back and forth and does not scrolll in the direction that I expect
Screen.Recording.2023-06-21.at.1.22.02.PM.mov
The text was updated successfully, but these errors were encountered: