Replies: 2 comments 2 replies
-
设置画布自动铺满,你可以监听页面resize事件,及时改变画布的实际渲染尺寸 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
不建议监听页面的resize事件。 可以参考这个实现 https://github.com/lloydzhou/antv-x6-vue/blob/master/src/Graph.tsx#L80 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
我想实现在画布大小尺寸发生变化后,需要依据新的大小重新绘制或按比例缩放,该怎么做呀?有人回答下吗?
Beta Was this translation helpful? Give feedback.
All reactions