anychart.onDocumentReady(function () {
var chart = anychart.line([
chart.yScale().minimum(0);
var annotation = chart.annotations().getAnnotationAt(0);
var type = annotation.getType();
chart.title('Annotations type is ' + type);
chart.container('container');