图谱: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#network:Page1 | Page2 | Page3 | {{#network:Page1 | Page2 | Page3 | ||
| options= | | options= | ||
{ | { | ||
"autoResize": true, | "autoResize": true, | ||
"nodes": { | "nodes": { | ||
"color": "lightblue", | "color": "lightblue", | ||
"shape": "box", | "shape": "box", | ||
"borderWidth": 3, | "borderWidth": 3, | ||
"font": { "color": "red", "size": 17 } | "font": { "color": "red", "size": 17 } | ||
} | }, | ||
} | "edges": [ | ||
{"from": "Page1", "to": "Page2"}, | |||
{"from": "Page1", "to": "Page3"} | |||
] | |||
} | |||
}} | }} |