Skip to content

Feat/sankey scrollbar#3491

Merged
xile611 merged 6 commits intodev/1.13.0from
feat/sankey-scrollbar
Dec 6, 2024
Merged

Feat/sankey scrollbar#3491
xile611 merged 6 commits intodev/1.13.0from
feat/sankey-scrollbar

Conversation

@xile611
Copy link
Copy Markdown
Contributor

@xile611 xile611 commented Dec 4, 2024

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Update dependency
  • Code style optimization
  • Test Case
  • Branch merge
  • Release
  • Site / documentation update
  • Demo update
  • Workflow
  • Other (about what?)

🔗 Related issue link

🔗 Related PR link

🐞 Bugserver case id

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

🚀 Summary

copilot:summary

🔍 Walkthrough

copilot:walkthrough

@xile611 xile611 added this to the 1.13.0 milestone Dec 4, 2024
@xile611 xile611 force-pushed the feat/sankey-scrollbar branch from a45a8de to c5a5395 Compare December 5, 2024 11:02
@xile611 xile611 changed the title [WIP] Feat/sankey scrollbar Feat/sankey scrollbar Dec 5, 2024
@xile611 xile611 force-pushed the feat/sankey-scrollbar branch from c5a5395 to c407e81 Compare December 5, 2024 11:10
Comment thread docs/assets/option/zh/series/sankey.md Outdated

自 `1.13.0`版本开始支持

当指定了节点、边的宽度的时候,可以配置这个属性,实现当宽度大于图表 region 的宽度或者高度大于图表 resion 高度的时候是否自动产生滚动条
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

region

Comment thread packages/vchart/src/series/sankey/interface.ts
mode: isMobile ? 'mobile-browser' : 'desktop-browser'
mode: isMobile ? 'mobile-browser' : 'desktop-browser',
disableDirtyBounds: false,
enableAutoScrollBarPlugin: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用 scrollbar 需要开 enableAutoScrollBarPlugin 吗?

@xile611 xile611 merged commit 6f7e924 into dev/1.13.0 Dec 6, 2024
@xile611 xile611 deleted the feat/sankey-scrollbar branch December 6, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants