anychart.onDocumentReady(function () {
var chart = anychart.sparkline([2, 10, -7, 2, -9, 6, -15, 3]);
chart.seriesType('column');
src: 'https://static.anychart.com/images/underwater.jpg',
chart.title({text: 'Set image fill for negative points', orientation: 'top'});
chart.container('container');