关闭 #6418
关闭
#6418
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
目前看到的边类型是默认的quadratic,不能指定
export interface ProcessParallelEdgesOptions extends BaseTransformOptions {
/**
/
mode: 'bundle' | 'merge';
/*
/
edges?: ID[];
/*
/
distance?: number;
/*
*/
style?: PathStyleProps | ((prev: EdgeData[]) => PathStyleProps);
}
Beta Was this translation helpful? Give feedback.
All reactions