anychart.onDocumentReady(function () {
chart = anychart.column([
chart.xAxis().labels().format('{%Value}{dateTimeFormat:MM-dd}');
chart.labels().enabled(true);
chart.labels().format('{%x}{type:time}');
chart.tooltip().titleFormat('{%x}{type:date}');
chart.tooltip().format('{%x}{type:number}');
chart.container('container');