Graphs
Customize your Graphs
Use codebase.visualize(G) to view graphs in the Codegen IDE
Customize Nodes
color
Supports colors specified by name or hexadecimal code
text
Add text to be displayed when clicked on
code
Add code to be displayed when clicked on
Codegen shows source code by default. Use this to override.
Customize Edges
color
Supports colors specified by name or hexadecimal code
text
Add text to be displayed when clicked on
code
Add text to de displayed when clicked on
By mastering these customization techniques, you’ll be able to create graphs that not only look great but also effectively communicate complex relationships within your codebase.
Was this page helpful?