I am working on drawing a bubble map using highcharts and i have reached to a certain point where I am successfully plotting the bubble based on the state code (in/RJ) and value (1000). http://jsfiddle.net/voidSO/h2f4ugz4/ $(function () { var mapData = Highcharts.geojson(Highcharts.maps['countries/in/in-all']); var data = [{ "z": 10038, "code": "RJ" }, { "z": 100, "code": "PB" }]; $('#container').
