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