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 guess I'd like to know whether this library is a suitable fit. There seems to already be a lot to like about it for other stuff, I just don't know if it'd take excessive work to build something like below. I searched, but admittedly I don't know what would even be good search terms.
I'm looking to build something that would let you build simplistic ERD diagrams like so (lines/edges and styles don't REALLY matter)
Ultimately I think I'd need a node that would know to take an object name and properties and control rendering a bit tighter than what I've seen examples for for custom nodes in the documentation.
I think NodeData could already facilitate the storage of whatever I'd need especially with the generic parameter. My question is how I'd go about saying for each prop in that NodeData entry, add a line to the body and a port on the left and right of the node for it.
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 guess I'd like to know whether this library is a suitable fit. There seems to already be a lot to like about it for other stuff, I just don't know if it'd take excessive work to build something like below. I searched, but admittedly I don't know what would even be good search terms.
I'm looking to build something that would let you build simplistic ERD diagrams like so (lines/edges and styles don't REALLY matter)
Ultimately I think I'd need a node that would know to take an object name and properties and control rendering a bit tighter than what I've seen examples for for custom nodes in the documentation.
I think
NodeData
could already facilitate the storage of whatever I'd need especially with the generic parameter. My question is how I'd go about saying for each prop in thatNodeData
entry, add a line to the body and a port on the left and right of the node for it.Beta Was this translation helpful? Give feedback.
All reactions