anychart.onDocumentReady(function () {
anychart.data.loadJsonFile('https://gist.githubusercontent.com/awanshrestha/ff3ae5c08238b1f4f950f022aaad2f6f/raw/3766915befaeea7a32f3d41fdc2ece110e7543d7/circle-packing-chart.json',
var treeData = anychart.data.tree(data, 'as-table');
var chart = anychart.circlePacking(treeData);
chart.title("100 Richest People, According to Forbes");
chart.container('container');