anychart.onDocumentReady(function () {
chart = anychart.column([
{x: 'Germany', value: 9},
chart.title('Share with LinkedIn');
chart.width('100%').height('95%');
chart.container('container');
function shareWithLinkedIn() {
chart.shareWithLinkedIn('ANYCHART.COM', 'Column chart');