Yanyan Wang
Yanyan Wang
尊敬的用户,您好。我们很重视您的 issue,但由于长时间没有答复,我们暂时认为这个问题已经解决。如果还有任何问题,请随时根据 issue 模版再开启新的 issue。
从浏览器 performance 确定性能瓶颈是出在隐藏这一步吗?hide 应该开销不大
The label with `undefined-xxx` is generate by `G6.Util.uniqueId()` which is defined as ``` export const uniqueId = (type: string): string => { return `${type}-${Math.random()}${Date.now()}`; }; ``` So the `undefined` comes...
> This issue has been solved? Yes
试试 img 使用 base64 是否有以上问题?
it caused by `graph.changeData(graph.save())`
感谢报告,我们会尽快修复
G6 的 dagre 依赖了外部库 https://github.com/dagrejs/dagre 这个库也有提这个问题但是大概是算法机制的原因始终没有解决:https://github.com/dagrejs/dagre/issues/189 该算法会遍历数据生成树,可能是增加了节点之后生成树的遍历顺序有变化,导致了最终结果的差异。
Yes, there are some problems still remain in SVG renderer. But I'm afraid they could not be solved recently. we suggest to use canvas renderer instead.
请给出在线复现 demo