Sign in to follow this  
Alexey A

Connectors are not generated on the map

Recommended Posts

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

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

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