anychart.onDocumentReady(function () {
var dataSet = anychart.data.set([
var chart = anychart.line();
chart.line(dataSet.mapAs({x: 0, value: 1}));
chart.line(dataSet.mapAs({x: 0, value: 2}));
chart.line(dataSet.mapAs({x: 0, value: 3}));
chart.title('Set accessibility mode DataTable');
chart.container('container');