You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to draw a directed graph using the ReactFlow library.
However, ReactFlow has the issue of requiring manual input of position information for each node.
To solve this, I attempted to use the Dagre library.
However, the Dagre library is not React-based.
How can I use the nodes and edges information stored in a class State to obtain position information through Dagre’s JavaScript logic?
My goal is to draw LR directed graph based on node and edge using Reflex.
ReactFlow and Dagre are not important.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to draw a directed graph using the ReactFlow library.
However, ReactFlow has the issue of requiring manual input of position information for each node.
To solve this, I attempted to use the Dagre library.
However, the Dagre library is not React-based.
How can I use the nodes and edges information stored in a class State to obtain position information through Dagre’s JavaScript logic?
My goal is to draw LR directed graph based on node and edge using Reflex.
ReactFlow and Dagre are not important.
Beta Was this translation helpful? Give feedback.
All reactions