图谱: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
"edges": { | "edges": { | ||
"color": { "highlight": "red", "inherit": false }, | "color": { "highlight": "red", "inherit": false }, | ||
" | "arrows": { "to": { "enabled": true, "scaleFactor": 1 } } | ||
} | } | ||
} | } | ||
| edges= | | edges= | ||
[ | |||
"from": "Page1", | {"from": "Page1", "to": "Page2", "color": "red"}, | ||
{"from": "Page1", "to": "Page3", "color": "red"} | |||
"color": "red" | ] | ||
}} | }} |