anychart.onDocumentReady(function () {
"title": "Stuck with U (with Justin Bieber)",
"artists": "Ariana Grande, Justin Bieber",
var map = anychart.map();
map.geoData(anychart.maps.australia);
var series = map.choropleth(data);
series.tooltip().format(function() {
console.log(this.getData('songs'));
map.container('container');