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] limit the movement boundary of the brush box #19895

Open
violet180111 opened this issue May 6, 2024 · 0 comments
Open

[Feature] limit the movement boundary of the brush box #19895

violet180111 opened this issue May 6, 2024 · 0 comments
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@violet180111
Copy link

What problem does this feature solve?

Examples.-.Apache.ECharts.mp4

This is an demo from the official website.

I want to prevent the brush box from flowing out of the container, but I can't find the appropriate configuration option. Is it not implemented yet? (any reply would be appreciated!!!)

What does the proposed API look like?

The chart limits the movement of the brush box based on the max and min on the x and y axes.
or like this

brush: {
  min: xxx,
  max: xxx,
}
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels May 6, 2024
@violet180111 violet180111 changed the title [Feature] limit the movement boundary of the brush [Feature] limit the movement boundary of the brush box May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

1 participant