anychart.onDocumentReady(function () {
var chart = anychart.sparkline([70, 5, 10, 60, 20, 50, 30]);
chart.lastFill("#4CAF50");
chart.title({text: "Set fill parameter as a string for the last point", orientation: "top"});
chart.container("container");