msch4711 Report post Posted April 26, 2013 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 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 29, 2013 Hi, Welcome to FusionCharts Forum! FusionMaps v3.2.1 does not support plotting of maps with JSON data format. Plotting maps with JSON data format was introduced in FusionMaps XT v3.2. So, it is not possible to plot maps using FusionCharts v3.2.1 with JSON data format. For more information, please refer the following links: http://docs.fusioncharts.com/maps/Contents/introduction/WhatsNew.html Hope this helps! Share this post Link to post Share on other sites