anychart.onDocumentReady(function () {
var dataSet = anychart.data.set([
var view = dataSet.mapAs();
var concatenatedView = view.concat([
var chart = anychart.line(concatenatedView);
chart.title('Concatenates of the view and the array');
chart.container('container');