anychart.onDocumentReady(function () {
anychart.data.loadJsonFile(
'https://gist.githubusercontent.com/1shan-pixel/070cb04ca5eb455688ef9662c8a28c44/raw/ca9c62898235514043fd5398a243b6f39535f64b/resource.json',
var chart = anychart.resource();
var dateSet = anychart.data.set(data);
chart.data(dateSet.mapAs({ description: 'city' }));
chart.horizontalScrollBar(true);
chart.verticalScrollBar(true);
.currentStartDate('2022-11-20');
'<br><span style="color: #B0E0E6">' +
this.activityInfo.group +
'<br><span style="color: #FFD1DC">'+ this.activityInfo.result + '</span>'
chart.container('container');