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
Add a custom diagram type for working with FlowCharts.
Sub classes should include:
Start
End
Process
Decision
Each class should have the appropriate functions for linking. FlowChart should have an .auto_layout() function that will attempt to make it pretty.
The text was updated successfully, but these errors were encountered:
Add a custom diagram type for working with FlowCharts.
Sub classes should include:
Each class should have the appropriate functions for linking. FlowChart should have an .auto_layout() function that will attempt to make it pretty.
The text was updated successfully, but these errors were encountered: