anychart.onDocumentReady(function () {
chart = anychart.sparkline([1.3, 2, 1.4, 4, 2.3, 6]);
chart.title({text: 'Share with Pinterest', orientation: 'top'});
chart.container('container');
function shareWithPinterest() {
chart.shareWithPinterest('ANYCHART.COM', 'Sparkline chart');