import Graph from 'react-json-graph'; <Graph width={600} height={400} json={{ nodes: [{ id: '0', label: 'Alice', position: {x: 150, y: 250}, } ...
確定! 回上一頁