Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] improve the experience of moving chart left or right #856

Open
abcdefan opened this issue Aug 7, 2024 · 4 comments
Open

[Feature] improve the experience of moving chart left or right #856

abcdefan opened this issue Aug 7, 2024 · 4 comments
Assignees
Labels
kind/feature Category issues or prs related to feature request.

Comments

@abcdefan
Copy link

abcdefan commented Aug 7, 2024

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:

  1. Add a function so that we can move the chart left and right by shift+mouse wheel scrolling.
  2. Add a slider at the bottom of the chart to slide left and right.
@abcdefan abcdefan added the kind/feature Category issues or prs related to feature request. label Aug 7, 2024
@wangyantong2000
Copy link
Collaborator

wangyantong2000 commented Aug 8, 2024

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

@HalloMelon
Copy link
Collaborator

Hello, @abcdefan What is the result of the attempt, is there any up-to-date display result?

@abcdefan
Copy link
Author

@HalloMelon Sorry, I've only just started trying to solve it, I'll try to give the result before next week's Biweekly Meeting!

@HalloMelon
Copy link
Collaborator

@HalloMelon Sorry, I've only just started trying to solve it, I'll try to give the result before next week's Biweekly Meeting!

It doesn't matter. And feel free to ask any questions in the issue at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Category issues or prs related to feature request.
Projects
None yet
Development

No branches or pull requests

3 participants