@baneung-pack

플로우 차트

플로우 차트 — SVG 기반 노드-엣지 그래프. 내장 4종 edge(straight/bezier/step/smoothstep) + 사용자가 path 함수를 등록해 임의 모양 edge 추가. 마우스 드래그로 캔버스 pan 가능.

bezierstepsmoothstepstraightSource · PostgresExtractTransformLoad · BigQueryAudit Log

API

FlowChartProps

PropertyType기본값설명
nodesFlowNode[]필수노드 배열. 각 노드: { id, label?, x, y, width?, height?, fill?, stroke?, textColor? }
edgesFlowEdge[]필수엣지 배열. { source, target, type?, label?, color?, animated?, dashed?, arrow?, sourcePosition?, targetPosition? }
edgeTypesRecord<string, FlowEdgePathFn>{}사용자 정의 edge path. (sourceX, sourceY, targetX, targetY, ...) → SVG path d 문자열 반환
heightnumber400SVG 캔버스 높이(px)
pannablebooleantrue마우스 드래그로 캔버스 pan 가능 여부
showGridbooleantrue배경 dot grid 표시
classNamestring-외부 wrapper className
emptyStateReactNode-nodes가 비어있을 때 표시