I am in search of a JavaScript network visualization graph (not a chart) that can handle JSON input effectively. I have tried using the JIT infovis toolkit, RGraph, and space tree to display multiple levels in the graph. However, I have encountered issues such as nodes collapsing with large datasets in RGraph, and edges merging with nodes in RGraph. Space tree also presents challenges where children with multiple parents are spaced too far apart, making it unstable for handling large volumes of data. I am struggling to find graphs that work well with the JSON input format used by infovis. Any suggestions on alternative solutions to improve the performance of infovis space tree and RGraph would be greatly appreciated. Thank you in advance.