图谱: Difference between revisions

From wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
     },
     },
     "edges": {
     "edges": {
         "color": { "highlight": "black", "inherit": false },
         "color": { "highlight": "red", "inherit": false },
         "width": 2
         "smooth": false
    }
    },
    "groups": {
        "default": {
            "color": { "background": "lightblue", "border": "black" }
        }
     }
     }
}
| edges=
{
    "from": "Page1",
    "to": ["Page2", "Page3"],
    "color": "red"
}
}}
}}

Revision as of 04:06, 24 April 2025