anychart.onDocumentReady(function () {
var chart = anychart.column();
var series = chart.column([
{x: 'January', value: 2},
{x: 'February', value: 5},
chart.title('Set the selection of the second and fourth points by 1 and 3 indexes');
chart.container('container');