Hi,
Im trying to create a FusionMaps (version 3.2.1) map with JSON data:
...
var map = new FusionCharts('fusioncharts/Maps/FCMap_World.swf', 'MapId', '900', '300', '0', '0');
map.setTransparent(true);
map.setJSONData('{"map":{},"data":[{"id":"NA","value":"25"}]}');
map.render('mapdiv');
...
After running the script the map is shown without data.
But when im running the same script with current evaluation version of FusionMaps (version 3.3.1) the data is diplayed correctly.
Is there a bug in version 3.2.1 or is there any mistake in my JSON data string?
Thanks,
msch4711