Aadesh_mahajan Report post Posted February 5, 2018 Hi Team , We are using Fusion chart XT with version 3.12.0 We want to configure world map chart i just want to know that is there is structure available to make map chart specification sheet can you please provide link that how to what will be the structure of map charts i attached link below of map chart specification sheet https://www.fusioncharts.com/dev/maps/spec-sheets/ Thanks Aadesh Mahajan Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 5, 2018 Hi, Please check the sample fiddle - http://jsfiddle.net/ktot1cnr/ Also, note the below table-like structure for the specification sheet is an HTML table which can be configured at your end. Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted February 5, 2018 Thanks Ayan one more thing is that is we need to prepare a separate json structure for every country, region or area in our project? Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted February 6, 2018 awaiting response Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 6, 2018 Hi, Yes if you want to render the charts only without showing the details of entities then the JSON structure will be almost similar just the chart type would be different sample - http://jsfiddle.net/fusioncharts/e57mb/ However, if you want to show some value for a specific entity then the entity should be mapped using its corresponding id and hence the id will differ from map to map. To know the id for each map check this link - https://www.fusioncharts.com/dev/maps/spec-sheets/world.html Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted February 13, 2018 (edited) Hi Ayan can you please provide js fiddle example of any map accept USA and World because both chart are rendering properly but in other chart data is not injecting is other charts has different data structure or any other issue on my side i attache map of France which i rendered so please navigate me Edited February 13, 2018 by Aadesh_mahajan Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 13, 2018 Hi, In order to show the data to your maps with the corresponding entity, you need to map it using FusionCharts predefined id for each entity, which is different for each map. To get the list of id for each map click here - https://www.fusioncharts.com/dev/maps/spec-sheets/france.html Also for reference please check the sample for reference - http://jsfiddle.net/tze78k99/ Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted February 14, 2018 Thanks Ayan it's working fine now i have one more issue that is even chart is rendered but it still showing text "Loading Please Wait" can you please tell me please why it is happening you can see issue in below attached image Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 14, 2018 Hi, Can you please share me a sample fiddle replicating the problem, so that I can have a look. Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted February 14, 2018 it is happening at my side when i rendered chart with static data it's working fine but if i push data dynamically then then this issue raising can you please give me advice what would be possible reasons. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted February 14, 2018 Hi, Please check whether you have included all library files i.e. fusioncharts.js, fusioncharts.maps.js and fusioncharts.india.js and also try to load the chart modules first then load the data. If you are still facing the problem kindly share us a live URL replicating the problem. Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted February 14, 2018 Thanks Ayan Share this post Link to post Share on other sites