Giter Club home page Giter Club logo

Comments (7)

guozhaolong avatar guozhaolong commented on June 2, 2024

原因getAnchorPoints已经被我写死在代码里只能返回固定的数组了,你可以把getAnchorPoints方法去掉,然后他就会触发这段G6的代码了
getAnchorPoints(cfg: ModelConfig): number[][] | undefined {
const { anchorPoints: defaultAnchorPoints } = this.options as ModelConfig;
const anchorPoints = cfg.anchorPoints || defaultAnchorPoints;
return anchorPoints;
}

from wfd-vue.

wrh4585 avatar wrh4585 commented on June 2, 2024

原因getAnchorPoints已经被我写死在代码里只能返回固定的数组了,你可以把getAnchorPoints方法去掉,然后他就会触发这段G6的代码了
getAnchorPoints(cfg: ModelConfig): number[][] | undefined {
const { anchorPoints: defaultAnchorPoints } = this.options as ModelConfig;
const anchorPoints = cfg.anchorPoints || defaultAnchorPoints;
return anchorPoints;
}

好的,我试试去,谢谢啦

from wfd-vue.

wrh4585 avatar wrh4585 commented on June 2, 2024

已经实现这个功能,修改绘制锚点的方法,然后确保在选择了锚点数后,能获取到数据中的anchorPoints即可。

from wfd-vue.

guozhaolong avatar guozhaolong commented on June 2, 2024

nice

from wfd-vue.

wrh4585 avatar wrh4585 commented on June 2, 2024

from wfd-vue.

guozhaolong avatar guozhaolong commented on June 2, 2024

behavior下面有个dragPanelItemAddNode.ts,这是拖动节点进来的实现,115行是增加节点到画布的代码,你打印一下试试

from wfd-vue.

wrh4585 avatar wrh4585 commented on June 2, 2024

问题解决了,是在addItemPanel.js中,修改文件的时候,class类写的有问题,造成没有获取到children。

from wfd-vue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.