BradG

DragNode 3.5.0 cannot drag without link firing

Recommended Posts

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

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

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