anychart.onDocumentReady(function () {
$.ajax( 'https://gist.githubusercontent.com/awanshrestha/0033cf6344bcda10c242b64fe1d8c2f7/raw/115a11507a1d672fbf651f1bd413963318501010/i-have-a-dream-speech.txt'
var chart = anychart.wordtree(text);
.text('<span style = "color: #2b2b2b; font-size:20px;">Word Tree of \"I Have a Dream\" Speech by Martin Luther King</span>');
chart.fontColor("#0daf8d");
chart.fontStyle('italic');
var connectors = chart.connectors();
connectors.curveFactor(0);
connectors.stroke("1.5 #1976d2");
chart.container("container");
function switchRoot(type) {