Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel edges are invalid when using custom edges #6475

Open
IceLeach opened this issue Nov 4, 2024 · 1 comment
Open

Parallel edges are invalid when using custom edges #6475

IceLeach opened this issue Nov 4, 2024 · 1 comment
Labels

Comments

@IceLeach
Copy link

IceLeach commented Nov 4, 2024

Describe the bug / 问题描述

需要给边做一些定制,但平行边不生效。
似乎平行边只在不指定edge.type时有效。
image

Reproduction link / 重现链接

https://stackblitz.com/edit/react-sqwqhv?file=index.js

Steps to Reproduce the Bug or Issue / 重现步骤

No response

G6 Version / G6 版本

🆕 5.x

Operating System / 操作系统

Windows

Browser / 浏览器

Chrome

Additional context / 补充说明

No response

@github-actions github-actions bot changed the title 使用自定义边时平行边失效 Parallel edges are invalid when using custom edges Nov 4, 2024
@Aarebecca
Copy link
Contributor

导致该问题出现的原因是因为目前平行边的实现会修改边的类型,因此目前平行边暂不支持手动指定边类型。
对于你的场景,我们会尽快提供动画 Spec 代替动画API实现。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants