anychart.onDocumentReady(function () {
{x: 'January', value: 2},
{x: 'February', value: 5},
chart.title('Share with Facebook');
chart.width('100%').height('95%');
chart.container('container');
function shareWithFacebook() {
chart.shareWithFacebook('ANYCHART.COM', 'https://www.anychart.com/', 'Line chart', 'Statistics of visits to the site');