-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
feat(treemap): add scaleLimit
option to limit the zooming
#18304
Conversation
Thanks for your contribution! Document changes are required in this PR. Please also make a PR to apache/echarts-doc for document changes and update the issue id in the PR description. When the doc PR is merged, the maintainers will remove the |
相似的PR:#17602 |
@liuyizhou If this PR is ready for review, please click the "Ready for review" button below. Otherwise, we won't notice this. Thanks! |
请问给treemap加scaleLimit最后有没有被merge进rc版本? |
@liuyizhou @Ovilia What is the status of this feature? Is this still in developement or has it been merged? Is there any workaround to limit zoom on treemap chart? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late reply. I've tested with visual test and it functions well. Thanks for making this possible! :)
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
test(treemap): update test case for #18304
scaleLimit
to limit the zooming
scaleLimit
to limit the zoomingscaleLimit
option to limit the zooming
Brief Information
This pull request is in the type of:
What does this PR do?
Add
scaleLimit
option to allow limiting the zooming in treemap.Fixed issues
#14599
Details
Before: What was the problem?
We don't have any limitation for zooming in treemap.
After: How does it behave after the fixing?
Support
scaleLimit
in treemap series, as graph series, tree series, geo component did.Like scaleLimit in geo
Document Info
One of the following should be checked.
Misc
ZRender Changes
Related test cases or examples to use the new APIs
treemap-scaleLimit.html
Others
Merging options
Other information