Plotting of Network Topology graph based on json i

2019-03-17 07:33发布

I want to draw network topology graph with Highchart or any other js library by proving json data as input . While going through the example at http://www.highcharts.com/demo/renderer for Topology plot requirement , I found that it is static and doesn't have any example with fixed json format to render topology dynamically on basis of topology xml .

seeking help to plot Logical Topology/network topologies based on various json /xml.

1条回答
在下西门庆
2楼-- · 2019-03-17 08:18

Check out netjsongraph.js.

See the netjsongraph demo example.

It's based on D3 and it uses the NetJSON format, which is specifically designed for networking software.

I hope it helps.

查看更多
登录 后发表回答