-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs(AutoAdaptLabel): 改造文档 [交互 - 内置交互 - AutoAdaptLabel 标签自适应展示] #7039
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
Conversation
avrinfly
commented
Apr 17, 2025
- Fixed: [Docs]: 改造文档「交互 - 内置交互 - AutoAdaptLabel 标签自适应显示」 #6993
|
||
> _`auto-adapt-label` \| string_ | ||
- 缩放画布 | ||
- 拖动画布 |
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.
这个用途不太对吧
} | ||
] | ||
}); | ||
``` |
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.
用法与其他交互表达形式保持一致吧~
| { type: 'closeness'; directed?: boolean; weightPropertyName?: string } | ||
| { type: 'eigenvector'; directed?: boolean } | ||
| { type: 'pagerank'; epsilon?: number; linkProb?: number }; | ||
``` |
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.
NodeCentralityOptions #可以详细介绍一下
@yvonneyx 都已修改,麻烦再merge一下~ |