The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
Hello, The output graph is not corresponded with the input data: This is my data: ``` javascript var data = [{ "id":"xukoh-beded-vyned", "name":"xukoh", "adjacencies":[ {"nodeTo":"xicem-popik-zosen"} ] },{ "id":"xicem-popik-zosen", "name":"xicem", "adjacencies":[] },{ "id":"xeloc-defyp-sozog", "name":"xeloc", "adjacencies":[{"nodeTo":"xukoh-beded-vyned"},{"nodeTo":"xicem-popik-zosen"},{"nodeTo":"xokac-musuf-regyn"}] },{ "id":"xokac-musuf-regyn", "name":"xokac", "adjacencies":[] },{ "id":"xudiv-gomav-himat", "name":"xudiv", "adjacencies":[{"nodeTo":"xihes-vobyz-levyr"},{"nodeTo":"xeloc-defyp-sozog"},{"nodeTo":"xibif-viset-pocat"}] },{ "id":"xibif-viset-pocat", "name":"xibif", "adjacencies":[{"nodeTo":"xeloc-defyp-sozog"}] },{ "id":"xetol-rytik-hosev", "name":"xetol", "adjacencies":[{"nodeTo":"xeloc-defyp-sozog"}] },{ "id":"xudar-kolim-miman", "name":"xudar", "adjacencies":[{"nodeTo":"xeloc-defyp-sozog"}] },{ "id":"xelap-votud-muvuz", "name":"xelap", "adjacencies":[{"nodeTo":"xeloc-defyp-sozog"}] },{ "id":"xihes-vobyz-levyr", "name":"xihes", "adjacencies":[{"nodeTo":"xetol-rytik-hosev"},{"nodeTo":"xudar-kolim-miman"}] },{ "id":"xomab-katof-zyzyc", "name":"xomab", "adjacencies":[{"nodeTo":"xudiv-gomav-himat"}] }]; ``` And this is what I got:  I was using the example provided on your site, just change a bit in options: ``` javascript Node: { overridable: true, dim: 7, color: '#83548B', type: 'circle' }, Edge: { overridable: true, color: '#23A4FF', type: 'arrow', lineWidth: 2 }, ``` What do I have to change to get a correct output?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by asinverse and has received 1 comments.