anychart.onDocumentReady(function () {
chart.yScale().minimum(0);
controller = chart.annotations();
annotation = chart.annotations().getAnnotationAt(0);
chart.title('Select/unselect methods');
chart.width('100%').height('95%');
chart.container('container');
controller.select(annotation);
controller.unselect(annotation);