anychart.onDocumentReady(function () {
chart = anychart.gauges.linear([300, 250, 150]);
chart.addPointer(0, 1, 2);
chart.title('Get isFullScreenAvailable state by clicking the button above the chart');
chart.container('container');
function isFullScreenAvailable() {
alert(chart.isFullScreenAvailable());