anychart.onDocumentReady(function () {
var map = anychart.map();
{'id': 'AU.JB', 'value': 1.5, label: {x: 153, y: -33, positionMode: "absolute"}},
{'id': 'AU.NT', 'value': 2},
{'id': 'AU.WA', 'value': 3.2},
{'id': 'AU.NS', 'value': 2.7}
{'id': 'AU.CT', 'value': 1.12, label: {x: 7, y: 5, positionMode: "relative"}},
{'id': 'AU.SA', 'value': 2.9},
{'id': 'AU.VI', 'value': 3.86},
{'id': 'AU.QL', 'value': 1.1},
{'id': 'AU.TS', 'value': 1.6}
map.geoData("anychart.maps.australia");
map.title().useHtml(true).hAlign('center');
map.title('<span style="font-size: 14px;">Labels Settings</span><br><span style="font-size:12px;">Set the outside labels</span>');
var series_1 = map.choropleth(data_1);
var series_2 = map.choropleth(data_2);
map.tooltip().format("More {%seriesName}");
series_1.overlapMode("allow-overlap");
map.container('container');