anychart.onDocumentReady(function () {
var chart = anychart.sparkline([1, 4, 7, 1]);
chart.seriesType('column');
src: 'https://static.anychart.com/images/underwater.jpg',
chart.title({text: 'Set image fill', orientation: 'top'});
chart.container('container');