We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
graphin 2.7 版本 使用graphin-force 实现节点关系扩散时,节点和连线出现错位,没有对齐问题
无
<Graphin layout={{ type: "graphin-force", animation: false, preset: { type: "concentric" }, defSpringLen }} data={data} > //扩散 setState((prevState) => { return { ...prevState, data: { nodes: [...prevState.data.nodes, ...e.data.nodes], edges: [...prevState.data.edges, ...e.data.edges], }, } });
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
graphin 2.7 版本 使用graphin-force 实现节点关系扩散时,节点和连线出现错位,没有对齐问题
Your Example Website or App
无
Steps to Reproduce the Bug or Issue
<Graphin
layout={{
type: "graphin-force",
animation: false,
preset: {
type: "concentric"
},
defSpringLen
}} data={data} >
//扩散
setState((prevState) => {
return {
...prevState,
data: {
nodes: [...prevState.data.nodes, ...e.data.nodes],
edges: [...prevState.data.edges, ...e.data.edges],
},
}
});
Expected behavior
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: