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