Sign in to follow this  
PHANI KUMAR A

Dynamically Populating The (X,y) Cordinates...

Recommended Posts

Hi ,

I am doing my Drag Node chart. When I am Drawing that chart because of huge number of nodes (around 500 to 1000) I need to write a algorithm for the allocating the x,y co-ordinates for the nodes .

Is there any option for populating the nodes dynamically in the Drag Node Chart.

 

Thanks in Advance.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Nodes can not be dynamically populated one by one in Drag Node chart.

 

You can generate nodes dynamically from your database by generating the XML to update it.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Hi

 

It is not possible to dynamically generate X and Y co-ordinate values in Drag Node charts natively using FusionCharts.

 

Though you can generate JSON or XML with X and Y values by defining your custom function based on dimension provided for the chart. 

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