PHANI KUMAR A Report post Posted April 13, 2011 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 Report post Posted April 13, 2011 Hi, Welcome to FusionCharts Forum! 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. Share this post Link to post Share on other sites
2jnraj Report post Posted April 23, 2016 I have similar issue. Any solution to generate X & Y coordinates for the nodes. Share this post Link to post Share on other sites
Gagan Sikri Report post Posted April 28, 2016 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