anychart.onDocumentReady(function () {
{value: "Slavic Languages",
{value: "East", children: [
{value: "West", children: [
{value: "South", weight: 5}
var chart = anychart.wordtree(data, "as-tree");
chart.title("Word Tree: Data (Tree)");
chart.container("container");