Plotting of Network Topology graph based on json i

2019-03-17 07:59发布

问题:

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:

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.