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/r
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.