anychart.onDocumentReady(function () {
var chart = anychart.gauges.linear([15, 20, 25, 30, 44]);
bar1.hatchFill('grid', '#BDBDBD', 1, 5);
var hatchFill = bar1.hatchFill();
bar2.hatchFill(hatchFill);
chart.width(600).height(400);
chart.title('Get and use hatch fill');
chart.container('container');