anychart.onDocumentReady(function () {
anychart.data.loadJsonFile('https://gist.githubusercontent.com/shacheeswadia/3955e21fff7eddcc3862ec4797109cda/raw/209c22d8c607cf76b16ec18c7fd95c02e5fdbbe3/sunburstData.json',
var dataTree = anychart.data.tree(data);
var chart = anychart.sunburst(dataTree);
chart.calculationMode('parent-independent');
chart.title("COVID-19 Cases Across the World");
chart.container('container');