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