BradG Report post Posted November 13, 2014 In 3.4.0, the DragNode chart allowed you to drag a node without calling the link function when the mouse is released. In 3.5.0, it always calls the link function even when the node is dragged. Use this data to see the behavior: { "dataset": [ { "data": [ { "x": "2", "y": "5", "name": "A", "radius": "20", "shape": "CIRCLE", "link":"j-alert" }, { "x": "3", "y": "6", "name": "B", "radius": "20", "shape": "CIRCLE", "link":"j-alert" } ] } ], } Share this post Link to post Share on other sites
Vishalika Report post Posted November 21, 2014 Hi, Thanks for the information. We have replicated the issue from our end. We are looking into it. Will update you soon. Share this post Link to post Share on other sites
Vishalika Report post Posted January 16, 2015 Hi, The issue related with the Drag node chart is fixed in the latest release of FusionCharts v3.6. Please upgrade the version of FusionCharts v3.4/3.5 to the latest version, FusionCharts v3.6 . To avail this release, you would need to re-Download the entire package from the My Orders section of FusionCharts Product Update Center. PUC URL: www.fusioncharts.com/puc/ Or download the Evaluation version of FusionCharts Suite XT v3.6, please visit the link: http://www.fusioncharts.com/download/ Hope this helps. Share this post Link to post Share on other sites