Template:NetworkOptions: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#network:
{ "nodes": { "shape": "box" } }
  | options=
{
    "autoResize": true,
    "nodes": {
        "color": "lightblue",
        "shape": "box",
        "borderWidth": 3,
        "font": { "color": "red", "size": 17 }
    }
}
}}

Revision as of 10:14, 14 October 2025

{ "nodes": { "shape": "box" } }