Skip to content

Instantly share code, notes, and snippets.

@RCura
Created September 17, 2012 15:55
Show Gist options
  • Save RCura/3738160 to your computer and use it in GitHub Desktop.
Save RCura/3738160 to your computer and use it in GitHub Desktop.
linksTable = new Array
(
{'from': 12, 'to': 4},
{'from': 11, 'to': 9},
{'from': 11, 'to': 22},
{'from': 9, 'to': 22},
{'from': 23, 'to': 1},
{'from': 16, 'to': 19},
{'from': 16, 'to': 28},
{'from': 16, 'to': 34},
{'from': 19, 'to': 28},
{'from': 19, 'to': 34},
{'from': 28, 'to': 34}
);
linksTable2 = new google.visualization.arrayToDataTable(linksTable);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment