anychart.onDocumentReady(function () {
var chart = anychart.column();
var series = chart.column([1, 2, 1.3, 2.9]);
series.selectFill("#4CAF50");
series.selectHatchFill(true);
chart.listen("chartDraw", function () {
var points = chart.getSelectedPoints();
return point.selected(false);
chart.title("Get an array of the selected points and modify the point.");
chart.container("container");