General Settings
You can specify the general graph visualization settings (see settings) in JSON format.
For instance, the following JSON example specifies the theme, legend width, and layout configurations:
{
"theme": "dark",
"layout": "hierarchical",
"legendWidth": "20"
}
The corresponding graph visualization is as shown:
Figure: Graph Visualization Using General Settings Configuration
