Feat/sankey scrollbar#3491
Merged
xile611 merged 6 commits intodev/1.13.0from Dec 6, 2024
Merged
Conversation
a45a8de to
c5a5395
Compare
c5a5395 to
c407e81
Compare
39b1d1f to
8bc7413
Compare
xiaoluoHe
reviewed
Dec 6, 2024
|
|
||
| 自 `1.13.0`版本开始支持 | ||
|
|
||
| 当指定了节点、边的宽度的时候,可以配置这个属性,实现当宽度大于图表 region 的宽度或者高度大于图表 resion 高度的时候是否自动产生滚动条 |
xiaoluoHe
reviewed
Dec 6, 2024
xiaoluoHe
reviewed
Dec 6, 2024
| mode: isMobile ? 'mobile-browser' : 'desktop-browser' | ||
| mode: isMobile ? 'mobile-browser' : 'desktop-browser', | ||
| disableDirtyBounds: false, | ||
| enableAutoScrollBarPlugin: true |
Contributor
There was a problem hiding this comment.
用 scrollbar 需要开 enableAutoScrollBarPlugin 吗?
xiaoluoHe
approved these changes
Dec 6, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
🔗 Related PR link
🐞 Bugserver case id
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
copilot:summary
🔍 Walkthrough
copilot:walkthrough