anychart.onDocumentReady(function () {
chart = anychart.scatter([
chart.xScale().minimum(-1);
chart.xGrid(true).yGrid(true);
chart.title('Disable redrawing of the chart after the changes. \n Use the buttons to apply the changes and draw them');
chart.container('container');