feat: added ReactFlow-based node graph #11
@@ -57,7 +57,7 @@ const initialNodes = [
|
|||||||
const initialEdges = [{id: 'start-end', source: 'start', target: 'end'}];
|
const initialEdges = [{id: 'start-end', source: 'start', target: 'end'}];
|
||||||
|
|
||||||
const defaultEdgeOptions = {
|
const defaultEdgeOptions = {
|
||||||
type: 'floating',
|
type: 'default',
|
||||||
markerEnd: {
|
markerEnd: {
|
||||||
type: MarkerType.ArrowClosed,
|
type: MarkerType.ArrowClosed,
|
||||||
color: '#505050',
|
color: '#505050',
|
||||||
|
|||||||
Reference in New Issue
Block a user