anychart.onDocumentReady(function () {
anychart.data.loadJsonFile(
'https://cdn.anychart.com/samples/resource-charts/sales-call-centre/data.json',
var chart = anychart.resource();
.timeTrackingMode('activity-per-resource')
.currentStartDate('2016-10-03');
chart.calendar().availabilities([
src: 'https://cdn.anychart.com/images/resource-chart/logo.png'
var resourceList = chart.resourceList();
resourceList.images().size(85);
resourceList.tags().background('#70d0f5').fontColor('#fff');
chart.container('container');