anychart.onDocumentReady(function () {
var chart = anychart.polar();
var series = chart.polygon([
var customHatchFill = anychart.graphics.hatchFill('percent30', '#ffffff', 0.6);
series.hatchFill(customHatchFill);
chart.title('Set hatch fill parameter as an instance');
chart.container('container');