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