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