xinnai

Results 6 comments of xinnai

@iCloudys same question, did you resolve this problem?

使用 _cnpm install --legacy-bundling_ npm run start报错,运行不起来 ` No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify...

@lesliele 您是用什么方案修改的主题色,有没有demo能看一下?

@kuhelbeher I got same issue, did you resolve your problem?

感谢快速回复,请问有没有butterfly-dag结合vue的示例,我使用了可是页面上什么都没有,唉 ` import { Canvas } from "butterfly-dag"; const endpoints = [ { id: "right", orientation: [1, 0], pos: [0, 0.5], }, { id: "left", orientation: [-1, 0], pos: [0,...

finishLoaded中使用了 ` Array.prototype.forEach.call(VueCom.edges, (edge) => { console.log(111, edge); edge.setZIndex(1000) }); ` 但是zindex的问题没有效果,我看了一下edge默认的zindex是499, 但是node也就是class="butterfly-node"的节点,初始zindex往往要大于499,所以线总是在后面