图谱: Difference between revisions

From wiki
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 },
         "smooth": false
         "arrows": { "to": { "enabled": true, "scaleFactor": 1 } }
     }
     }
}
}
  | edges=
  | edges=
{
[
     "from": "Page1",
     {"from": "Page1", "to": "Page2", "color": "red"},
    "to": ["Page2", "Page3"],
     {"from": "Page1", "to": "Page3", "color": "red"}
     "color": "red"
]
}
}}
}}

Revision as of 04:07, 24 April 2025