anychart.onDocumentReady(function () {
anychart.data.loadJsonFile(
'https://cdn.anychart.com/samples/resource-charts/development-team-plan-time-tracking-on/data.json',
var chart = anychart.resource();
.timeTrackingMode('activity-per-chart')
.currentStartDate('2016-09-30');
chart.calendar().availabilities([
chart.container('container');