antvis / XFlow

React component for building interactive diagrams.

Home Page:https://x6.antv.antgroup.com/xflow/guide/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

希望XFlow的DAG 图编辑解决方案可以支持修改边的样式

mysalt opened this issue · comments

描述你想申请的功能

希望XFlow的DAG 图编辑解决方案可以支持修改边的样式,目前通过增加边的attrs属性并不能生效。

export const EDGE_COMMON_PROPS = {
    attrs: {
        line: {
            targetMarker: {
                name: 'block',
                width: 4,
                height: 8,
            },
            strokeDasharray: '',
            stroke: '#A2B1C3',
            strokeWidth: 1,
        },
    },
} as const
 for (const flow of workflow?.flows || []) {
        const edge: NsGraph.IEdgeConfig = {
            id: flow.uuid!,
            source: flow.source,
            target: flow.target,
            sourcePortId: flow.source + '-output',
            targetPortId: flow.target + '-input',
            ...EDGE_COMMON_PROPS
        }
        edges.push(edge)
}

描述你想要的解决方案

希望能够有支持修改边样式的属性或者接口。

描述你所考虑的替代方案

你的网站或应用程序实例

No response

屏幕截图或视频

No response

👋 @mysalt

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

Hiya!

This issue has gone quiet. Spooky quiet. 👻

We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not-stale" to keep this issue open!

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out contribute for more information about opening PRs, triaging issues, and contributing!

Thanks for being a part of the AntV community! 💪💯

Hey again!

It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot 🤖, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY. Please feel free to comment on this issue or create a new one if you need anything else.

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out contribute for more information about opening PRs, triaging issues, and contributing!

Thanks again for being part of the AntV community! 💪💯