anychart.onDocumentReady(function () {
var chart = anychart.gauges.circular([20, 10]);
chart.needle(0, {fill: "#FF8A65", stroke: "#BF360C", size: 8});
chart.needle(1, {fill: "#4DB6AC", stroke: "#004D40", size: 8});
chart.title("Set needle pointer settings as an object by indexes");
chart.container("container");