anychart.onDocumentReady(function () {
anychart.data.loadJsonFile("https://static.anychart.com/git-storage/word-press/data/network-graph-tutorial/data.json", function (data) {
var chart = anychart.graph(data);
chart.title("Network Graph showing the battles in Game of Thrones");
chart.container("container").draw();