anychart.onDocumentReady(function () {
var chart = anychart.sparkline([50, 15, 10, 60, 20, 70, 30]);
chart.lastLabels({fontSize: 8});
chart.title({text: "Set labels parameter as an object for the last point", orientation: "top"});
chart.container("container");