anychart.onDocumentReady(function () {
var chart = anychart.gauges.linear([15, 20, 25, 30, 44]);
bar.fill([{offset: 0.4, color: '#DCE35B', opacity: 0.5}, '#ffab91']);
chart.width(600).height(400);
chart.title('Set bar pointer fill parameter as an array');
chart.container('container');