图谱: Difference between revisions

From wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{#network:Page1 | Page2
{{#network:Page1 | Page2 | Page3
| options=
| options=
{
{
     "autoResize": true,
     "autoResize": true,
Line 9: Line 9:
         "font": { "color": "red", "size": 17 }
         "font": { "color": "red", "size": 17 }
     },
     },
     "edges": [
     "edges": {
         {"from": "Page1", "to": "Page2"}
         "color": { "highlight": "black", "inherit": false },
     ]
        "width": 2
}
    }
     },
    "groups": {
        "default": {
            "color": { "background": "lightblue", "border": "black" }
        }
    }
}}
}}

Revision as of 04:05, 24 April 2025