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().stroke("Gray 0.5");
map.axes().right().stroke("Black 2");
map.axes().top().stroke("Black", 2, "5 5");
map.title("Map Axes Lines");
map.container("container");