anychart.onDocumentReady(function () {
chart = anychart.gauges.circular([{value: 7.5}]);
chart.title('Get isFullScreenAvailable state by clicking the button above the chart');
chart.container('container');
function isFullScreenAvailable() {
alert(chart.isFullScreenAvailable());