var nodes = [
{id: 710, label: 'cordova-api', group:3, level:3, x:900, y:0,color:undefined,set_color:undefined},
{id: 613, label: 'capi-network-smartcard', group:1, level:1, x:300, y:0,color:undefined,set_color:undefined},
{id: 2020, label: 'smartcard-plugin-uicc', group:1, level:1, x:300, y:100,color:undefined,set_color:undefined},
{id: 717, label: 'webapi-plugins', group:2, level:2, x:600, y:0,color:undefined,set_color:undefined},
{id: 617, label: 'smartcard-service', group:0, level:0, x:0, y:0,color:undefined,set_color:undefined},
{id: 2017, label: 'smartcard-plugin-nfc', group:1, level:1, x:300, y:200,color:undefined,set_color:undefined},
];
var edges = new vis.DataSet([
{from: 617, to: 710, dashes:false, arrows:'to'},
{from: 613, to: 710, dashes:false, arrows:'to'},
{from: 617, to: 2020, dashes:false, arrows:'to'},
{from: 617, to: 2017, dashes:false, arrows:'to'},
{from: 617, to: 717, dashes:false, arrows:'to'},
{from: 717, to: 710, dashes:false, arrows:'to'},
{from: 613, to: 717, dashes:false, arrows:'to'},
{from: 617, to: 613, dashes:false, arrows:'to'},
]);
