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