anychart.onDocumentReady(function () {
{id: "AU.CT", value: 15},
{id: "AU.VI", value: 23},
{id: "AU.WA", value: 86},
{id: "AU.QL", value: 16},
{id: "AU.NS", value: 32},
{id: "AU.NT", value: 64},
{id: "AU.TS", value: 28},
var map = anychart.map();
map.geoData(anychart.maps.australia);
map.axes().title("Custom title");
map.axes().right().title(false);
map.axes().top().title("Longitude");
map.axes().top().title().fontSize(14);
map.title("Map Axes Titles");
map.container("container");