anychart.onDocumentReady(function () {
chart = anychart.gauges.circular([{value: 7.5}]);
chart.title('Share with Facebook');
chart.container('container');
function shareWithFacebook() {
chart.shareWithFacebook('ANYCHART.COM', 'https://www.anychart.com/', 'Circular Gauge', 'Any description');