anychart.onDocumentReady(function () {
chart = anychart.column([
{x: 'Germany', value: 9},
chart.title('Share with Facebook');
chart.width('100%').height('95%');
chart.container('container');
function shareWithFacebook() {
chart.shareWithFacebook('ANYCHART.COM', 'https://www.anychart.com/', 'Column chart', 'Sales statistics by country');