<div class="section ie-size" id="node-graph"> <script> addGraph( "node-graph", { nodes: [ { index: 0, title: "000000", url: "" }, { index: 1, title: "1111", url: "" }, { index: 2, title: "222", url: "" }, { index: 3, title: "3333", url: "" } ], links: [ { distance: 300, source: 0, target: 3, weight: 1 }, { distance: 77.5, source: 2, target: 0, weight: 2 } ] }, 1000, 600, 0.07, 0.08 ); </script> </div>