anychart.onDocumentReady(function () {
chart = anychart.sparkline([1.3, 2, 1.4, 4, 2.3, 6]);
chart.title({text: 'Share with Facebook', orientation: 'top'});
chart.container('container');
function shareWithFacebook() {
chart.shareWithFacebook('ANYCHART.COM', 'https://www.anychart.com/', 'Sparkline chart', 'Chart description');