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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我想要实现自定义节点中嵌套 TreeGraph,现有的官网 demo为 registerNode 方法第二个参数 group 作为容器,但 registerNode 内部 new TreeGraph() container 参数设置为 group 直接报错,如果设置为 canvas的父容器,如: container,则生成了2个独立的画布,这样没法统一实现交互操作。这不是我想要的,我想要自定义节点内部能像官网的 demo 一样可以嵌套各种图表的效果。
Beta Was this translation helpful? Give feedback.
All reactions