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

Feat/multiple axis label #1890

Merged
merged 9 commits into from
Jan 3, 2024
Merged

Feat/multiple axis label #1890

merged 9 commits into from
Jan 3, 2024

Conversation

kkxxkk2019
Copy link
Collaborator

@kkxxkk2019 kkxxkk2019 commented Jan 2, 2024

为 Band 轴添加如下属性:

  /**
   * 当存在多层分组场景时,是否展示所有的分组轴
   * @default false
   * @since 1.9.0
   */
  showAllGroupLayers?: boolean;
  /**
   * 每一层轴的配置
   * layer[0] 为离坐标轴线最近的轴,当且仅当 `showAllGroupLayers` 配置开启生效。
   * @since 1.9.0
   */
  layers?: IBandAxisLayer[];

🤔 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

close #1638
close #1683

🔗 Related PR link

VisActor/VRender#851

🐞 Bugserver case id

6593fb238da89e00998d7b73
6593fb838da89e00998d7b74
6593fbe18da89e00998d7b75
6593fc588da89e00998d7b76

💡 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

@github-actions github-actions bot added the docs label Jan 3, 2024
@xile611 xile611 merged commit f9f1102 into dev/1.9.0 Jan 3, 2024
5 of 6 checks passed
@xile611 xile611 deleted the feat/multiple-axis-label branch January 3, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants