我在d3和json中新建了一个,我不明白如何读取拓扑图的节点x和y坐标,以这种格式编写:
"node": [
{
"id": "MPLS-Node-A",
"data": [
{
"key": "label",
"Text": "MPLS-Node-A"
}, {
"key": "Host_IP",
"Text": "10.10.20.3"
}, {
"key": "size",
"Text": 10.0
}, {
"key": "r",
"Text": 153
}, {
"key": "g",
"Text": 153
}, {
"key": "b",
"Text": 153
}, {
"key": "x",
"Text": 521
}, {
"key": "y",
"Text": 104
}
]
感谢U的任何帮助!