anychart.onDocumentReady(function () {
var chart = anychart.sparkline([50, 5, 10, 60, 20, 70, 30]);
chart.seriesType('column');
chart.maxHatchFill('divot', '#808080', 2, 10);
chart.title({text: 'Set hatch fill parameters for the maximum point ', orientation: 'top'});
chart.container('container');