当一个流程图很大时,如何保障调fitView方法后能显示出所有节点? #1793
Unanswered
DymoneLewis
asked this question in
Q&A
Replies: 1 comment
-
正好遇到类似的问题,我发现在节点不算多时调用 fitView(),画布又缩放又居中了,但在节点非常多的时候调用就只有居中。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题,这里举个例子
现在画布上有800个节点,分两列展示,调用fitView方法后,整个图只是居中了,没有缩放,如何才能 既缩放又居中?
Beta Was this translation helpful? Give feedback.
All reactions