Alexey A Report post Posted March 10, 2015 I have a problem with connectors on the map I have simple javascript code and the chart xml in the code. The connector is not shown on the map. The html page with javascript code you can see in attached file What I do wrong in definition? Best regards, Alexey FC_Test.html Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted March 11, 2015 Hi Alexey, Could you please try out the fiddle below? http://jsfiddle.net/moonmi/yxwoopp5/ The above demo fiddle has EuropeWithCountries map with markers as well as connectors. Hope this helps. Share this post Link to post Share on other sites
Alexey A Report post Posted March 11, 2015 Hi Moonmi, thank you for your reply. Your sample works fine. The problem is in parsing xml data source. If you get data form chart object in my sample by "getJSONData" then you can see that property name for connectors array is "connector" instead of valid name "connectors". In this case connector's sections ignored. My workaround for xml data source: I will use tag name 'connectors' for each connector on the chart. In this case property name in JS object is properly defined 'connectors' Best regards, Alexey Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted March 13, 2015 (edited) Hi Alexey, Could you please check the fiddle below? http://jsfiddle.net/moonmi/6uawL883/ In it we have used getJSONData() to get the chart data. Please note that the shared demo fiddle uses the latest 3.6.0 files. Do share your feedback if your issue is resolved. Thanks. Edited March 13, 2015 by Moonmi Sonowal Share this post Link to post Share on other sites