You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Describe the bug
vue引入antvX6,配置全局resizing,启用调整节点大小的功能失败,但通过直接引入js可以设置节点大小可调整;
按照官方文档设置节点可调整大小,设置完后右边不生效:
Vue的代码:
官方文档地址:
https://x6.antv.vision/zh/docs/tutorial/basic/interacting
但通过script标签引入的方式,可以设置成功
Your Example Website or App
无
Steps to Reproduce the Bug or Issue
1.创建vue项目,引入antv X6
2.按官网教程添加引入Graph,,设置graph宽度,高度,和全局设置节点可调整大小的配置resizing : {enabled:true},后添加两个节点和一个连线
3.运行后,节点无法点击选中,也无法调整大小
4.按官网通过引入 script标签的方式可以调整节点大小
Expected behavior
vue的方式也能调整几点大小
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: