anychart.onDocumentReady(function () {
chart = anychart.scatter();
chart.xGrid(true).yGrid(true);
chart.title('Get isFullScreenAvailable state by clicking the button above the chart');
chart.container('container');
alert(chart.isFullScreenAvailable());