anychart.onDocumentReady(function () {
chart = anychart.line([0.1, 0.3, 0.2, 0.4]);
chart.title('Disable redrawing of the chart after the changes. Use the buttons to apply the changes and draw them');
chart.width('100%').height('95%');
chart.container('container');