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: Font");
chart.fontColor("#1976d2");
chart.container("container");