Hello team, I'm wondering how do you guys implement the flow chart graph for the node executions(as the screenshot). Do you guys use any open-sourced library or do you guys create it from scratch? If you'd love to provide a code pointer in your git repo that would be great.
Particularly interested in how to implement the secondary chart that contains a bunch of nodes(as the screenshot shows) and the interactive click event for each node.
Thanks.
damp-minister-24598
06/08/2023, 6:37 AM
okay, I get a chance to inspect the element and find out the it's using the react-flow lib.
f
freezing-airport-6809
06/08/2023, 1:08 PM
Yup
d
damp-minister-24598
06/09/2023, 6:30 AM
@freezing-airport-6809 May I have a code pointer of the react-flow component? I can't find it in codebase, thanks.