Sign in to follow this  
msch4711

Promblems When Using Fusionmaps 3.2.1 With Json Data

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this