anychart.onDocumentReady(function () {
{"x": "learning", "value": 80},
{"x": "lists", "value": 44},
{"x": "meaning", "value": 40},
{"x": "useful", "value": 36},
{"x": "different", "value": 32},
{"x": "grammar", "value": 28},
{"x": "teaching", "value": 24},
{"x": "example", "value": 20},
{"x": "includes", "value": 56},
{"x": "thing", "value": 12},
{"x": "vocabulary", "value": 10},
{"x": "frequency", "value": 10},
{"x": "phrases", "value": 15},
{"x": "content", "value": 27}
var chart = anychart.tagCloud(data);
chart.hovered({fill: "#F44336"});
chart.title("Disable hover state");
chart.container("container");