anychart.onDocumentReady(function () {
var dataSet = anychart.data.set([
var mapping = dataSet.mapAs({x: 0, value: 2});
mapping.row(1, [5, 44, 100]);
var chart = anychart.pie();
chart.title('Set value by the row index');
chart.container('container');