Mingfei
Mingfei
Same issue here with PixiJS v4
13岁开始写代码的路过...
@berwin 6666
https://github.com/antvis/X6/blob/master/packages/x6/src/graph/size.ts#L27 这里使用了当前元素的offsetWidth,设置给了style的width,是可以的,但是offsetHeight不起作用。这个行为很迷。
如果父节点设置 flex-direction: column。width变化不会autoresize
原因好像是因为 change 了 父元素的 children 和 子元素 parent 需要 两次撤回才能成功。
不太一样。打开页面后的第一次sendToken直接结束,没有动画过程。
具体错误内容和堆栈是什么?
I tried to use the `conderModelOrder.strategy`, but not work. I need the order suggestion not by name. My nodes are added one by one, and I execute layout while node...
There is the demo for my question. https://codesandbox.io/s/elkjs-demo-forked-fn165y?file=/src/index.js Click button1 to show g1 graph. Click button2 to show g2 graph.