anychart.onDocumentReady(function () {
var chart = anychart.sparkline([70, 5, 10, 60, 20, 50, 30]);
chart.seriesType('column');
chart.firstFill('#4CAF50', 0.4);
chart.title({text: 'Set fill with opacity for the first point', orientation: 'top'});
chart.container('container');