Skip to content

Commit 2e2a704

Browse files
feat: save visualizer html
Signed-off-by: Jaap Schouten <jaap.schouten@alliander.com>
1 parent f59f5af commit 2e2a704

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/visualizer.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ save_html(grid, "my_grid.html", layout="cose", include_appliances=True)
5555

5656
The generated file embeds the graph data and [Cytoscape.js](https://js.cytoscape.org/) and supports pan, zoom, and click interactions in any browser.
5757

58-
| Parameter | Default | Description |
59-
|---|---|---|
60-
| `layout` | auto | Layout algorithm: `"breadthfirst"`, `"cose"`, `"circle"`, `"concentric"`, `"grid"`, `"random"`. Auto-selects `"preset"` when x/y coordinates are present, otherwise `"breadthfirst"`. |
61-
| `include_appliances` | `False` | Include load, generator and source appliance nodes. |
62-
6358
#### Disclaimer
6459
Please note that the visualizer is still a work in progress and may not be fully functional or contain bugs.
6560
We welcome any feedback or suggestions for improvement.

0 commit comments

Comments
 (0)