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
Now if we want to move the date left or right on the chart, we must hold down the mouse on the chart and drag it left or right. Sometimes when we move the mouse too hard and move it out of the chart, we can only reactivate the chart and start over.
I think we can start from the following two aspects:
Add a function so that we can move the chart left and right by shift+mouse wheel scrolling.
Add a slider at the bottom of the chart to slide left and right.
The text was updated successfully, but these errors were encountered:
https://echarts.apache.org/zh/option.html#dataZoom
You can try to solve this problem by reviewing the relevant configuration documents of echarts. But do we need to abandon mouse scrolling and add some other things. Will it make it cumbersome and bloated, we may also need someone with experience in the project to judge and make suggestions.@wxharry@tyn1998
Description
Now if we want to move the date left or right on the chart, we must hold down the mouse on the chart and drag it left or right. Sometimes when we move the mouse too hard and move it out of the chart, we can only reactivate the chart and start over.
I think we can start from the following two aspects:
The text was updated successfully, but these errors were encountered: